Update app.py
Browse files
app.py
CHANGED
|
@@ -349,4 +349,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
|
|
| 349 |
if __name__ == "__main__":
|
| 350 |
if not model_choices:
|
| 351 |
print("No models available. Gradio app may not function correctly.")
|
| 352 |
-
app.launch(
|
|
|
|
| 349 |
if __name__ == "__main__":
|
| 350 |
if not model_choices:
|
| 351 |
print("No models available. Gradio app may not function correctly.")
|
| 352 |
+
app.launch() # show_error for better debugging
|