Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
app.py
CHANGED
|
@@ -157,5 +157,5 @@ app = gr.Interface(
|
|
| 157 |
description=model_description,
|
| 158 |
allow_flagging="never",
|
| 159 |
)
|
| 160 |
-
app.launch(share=True)
|
| 161 |
|
|
|
|
| 157 |
description=model_description,
|
| 158 |
allow_flagging="never",
|
| 159 |
)
|
| 160 |
+
app.launch(share=False, show_error=True)
|
| 161 |
|