kaburia commited on
Commit
a4317d9
·
1 Parent(s): ed3fd75

debug and share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -983,4 +983,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
983
  )
984
 
985
  if __name__ == "__main__":
986
- demo.launch()
 
983
  )
984
 
985
  if __name__ == "__main__":
986
+ demo.launch(debug=True, share=True)