andythebest commited on
Commit
e8bf8f8
·
verified ·
1 Parent(s): abf83b1

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -1
main.py CHANGED
@@ -251,7 +251,9 @@ def toggle_mllm_prompt(is_enabled):
251
  # --- Gradio Interface ---
252
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
253
  gr.Markdown("# 智慧影像分析工具 (YOLO + MLLM)")
254
- gr.Markdown("上傳圖片與YOLO模型進行物件偵測,並可選用MLLM進行進階圖像理解。 ver.250813.1")
 
 
255
 
256
  with gr.Row():
257
  with gr.Column(scale=1):
 
251
  # --- Gradio Interface ---
252
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
253
  gr.Markdown("# 智慧影像分析工具 (YOLO + MLLM)")
254
+ gr.Markdown("上傳圖片與YOLO模型進行物件偵測,並可選用MLLM進行進階圖像理解。 ver.250814.1")
255
+ mongo_uri = os.getenv('mongo_uri')
256
+ gr.Markdown(mongo_uri)
257
 
258
  with gr.Row():
259
  with gr.Column(scale=1):