eaedk commited on
Commit
646959f
β€’
1 Parent(s): 70d6bf5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -245,4 +245,4 @@ with gr.Blocks() as demo:
245
 
246
 
247
  if __name__ == "__main__":
248
- demo.launch(share=True)
 
245
 
246
 
247
  if __name__ == "__main__":
248
+ demo.launch(share=True, debug=True)