ysharma HF Staff commited on
Commit
1380a3b
·
verified ·
1 Parent(s): 471e3d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,4 +129,4 @@ async def homepage():
129
 
130
 
131
  if __name__ == "__main__":
132
- server.launch(show_error=True)
 
129
 
130
 
131
  if __name__ == "__main__":
132
+ server.launch(show_error=True, allowed_paths=[tempfile.gettempdir()])