Spaces:
Runtime error
Runtime error
Update main_ver2.py
Browse files- main_ver2.py +1 -1
main_ver2.py
CHANGED
|
@@ -252,7 +252,7 @@ def toggle_mllm_prompt(is_enabled):
|
|
| 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():
|
|
|
|
| 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():
|