jbilcke-hf HF Staff commited on
Commit
e8e8262
·
verified ·
1 Parent(s): 932e7e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,5 +75,5 @@ app = gr.Interface(
75
  description=model_description,
76
  allow_flagging="never",
77
  )
78
- app.launch(share=True)
79
 
 
75
  description=model_description,
76
  allow_flagging="never",
77
  )
78
+ app.launch()
79