Peijie commited on
Commit
11b9b46
1 Parent(s): 66ba241

bug: change to deploy mode.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import io
2
  import os
3
- debug = True
4
  if not debug:
5
  os.system("pip uninstall -y gradio")
6
  os.system("pip install gradio==3.41.0")
 
1
  import io
2
  import os
3
+ debug = False
4
  if not debug:
5
  os.system("pip uninstall -y gradio")
6
  os.system("pip install gradio==3.41.0")