Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -391,6 +391,6 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as demo:
|
|
| 391 |
|
| 392 |
if __name__ == "__main__":
|
| 393 |
demo.launch(
|
| 394 |
-
share=
|
| 395 |
show_error=True
|
| 396 |
)
|
|
|
|
| 391 |
|
| 392 |
if __name__ == "__main__":
|
| 393 |
demo.launch(
|
| 394 |
+
share=True,
|
| 395 |
show_error=True
|
| 396 |
)
|