sasha HF staff commited on
Commit
16de4ba
1 Parent(s): 3e44598

Update app.py

Browse files

Making the demo public (it was in debug mode)

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -394,4 +394,4 @@ with gr.Blocks(title=TITLE) as demo:
394
 
395
 
396
  if __name__ == "__main__":
397
- demo.queue().launch(debug=True)
 
394
 
395
 
396
  if __name__ == "__main__":
397
+ demo.queue().launch(share=True)