Spaces:
Sleeping
Sleeping
Proposed solution
Browse files
app.py
CHANGED
|
@@ -649,4 +649,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 649 |
gr.Markdown(article)
|
| 650 |
|
| 651 |
demo.queue(api_open=True)
|
| 652 |
-
demo.launch(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 649 |
gr.Markdown(article)
|
| 650 |
|
| 651 |
demo.queue(api_open=True)
|
| 652 |
+
demo.launch(
|
| 653 |
+
show_error=True,
|
| 654 |
+
allowed_paths=["*"],
|
| 655 |
+
share=False
|
| 656 |
+
)
|