Spaces:
Paused
Paused
Update app.py
Browse filesadd missing para
app.py
CHANGED
@@ -30,4 +30,5 @@ interface = gr.Interface(
|
|
30 |
["google/paligemma-3b-mix-224"],
|
31 |
["microsoft/Phi-3-vision-128k-instruct"]
|
32 |
]
|
|
|
33 |
interface.launch()
|
|
|
30 |
["google/paligemma-3b-mix-224"],
|
31 |
["microsoft/Phi-3-vision-128k-instruct"]
|
32 |
]
|
33 |
+
)
|
34 |
interface.launch()
|