frankrobotics commited on
Commit
1c51114
·
verified ·
1 Parent(s): d31b789

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"])