HungHN commited on
Commit
5fd17f4
1 Parent(s): fb43320

fix build in hugeface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,4 +108,4 @@ grApp = gr.Interface(
108
  description=description,
109
  article=article)
110
  grApp.queue(concurrency_count=2)
111
- grApp.launch(share=True)
 
108
  description=description,
109
  article=article)
110
  grApp.queue(concurrency_count=2)
111
+ grApp.launch(share=False)