Update app.py
Browse files
app.py
CHANGED
@@ -76,4 +76,4 @@ async def create_demo():
|
|
76 |
# Run the application
|
77 |
if __name__ == "__main__":
|
78 |
demo = asyncio.run(create_demo())
|
79 |
-
demo.launch()
|
|
|
76 |
# Run the application
|
77 |
if __name__ == "__main__":
|
78 |
demo = asyncio.run(create_demo())
|
79 |
+
demo.launch(allowed_paths=["/tmp/gradio"])
|