chenchangliu commited on
Commit
3d4d238
·
verified ·
1 Parent(s): 3c2468e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,4 +173,4 @@ with gr.Blocks(title="LTN EfficientNet Two-Head Classifier") as demo:
173
  #)
174
 
175
  if __name__ == "__main__":
176
- demo.launch(theme=theme, ssr_mode=False)
 
173
  #)
174
 
175
  if __name__ == "__main__":
176
+ demo.launch(theme=theme, ssr_mode=False, allowed_paths=["."])