Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -314,7 +314,7 @@ def create_gradio_interface():
|
|
| 314 |
)
|
| 315 |
|
| 316 |
# --- TAB 2: Moondream3 Lab ---
|
| 317 |
-
with gr.TabItem("🌝 Moondream3 Lab
|
| 318 |
with gr.Row():
|
| 319 |
with gr.Column(scale=1):
|
| 320 |
md3_image_input = gr.Image(label="Upload an image", type="pil", height=400)
|
|
|
|
| 314 |
)
|
| 315 |
|
| 316 |
# --- TAB 2: Moondream3 Lab ---
|
| 317 |
+
with gr.TabItem("🌝 Moondream3 Lab"):
|
| 318 |
with gr.Row():
|
| 319 |
with gr.Column(scale=1):
|
| 320 |
md3_image_input = gr.Image(label="Upload an image", type="pil", height=400)
|