Update app.py
Browse files
app.py
CHANGED
@@ -489,4 +489,4 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
489 |
)
|
490 |
|
491 |
if __name__ == "__main__":
|
492 |
-
demo.queue().launch( allowed_paths
|
|
|
489 |
)
|
490 |
|
491 |
if __name__ == "__main__":
|
492 |
+
demo.queue().launch( allowed_paths=["/","/tmp","/tmp/gradio"] )
|