ginic commited on
Commit
4eaa872
·
verified ·
1 Parent(s): 986d3d9

Undo demo lauch change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ def launch_demo():
168
  outputs=[download_btn],
169
  )
170
 
171
- demo.launch(max_file_size="100mb", share=True)
172
 
173
 
174
  if __name__ == "__main__":
 
168
  outputs=[download_btn],
169
  )
170
 
171
+ demo.launch(max_file_size="100mb")
172
 
173
 
174
  if __name__ == "__main__":