Jensen-holm commited on
Commit
73bed59
·
1 Parent(s): 45901b5

share=True not supported in hugging face spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,5 +49,5 @@ interface = gr.Interface(
49
 
50
 
51
  if __name__ == "__main__":
52
- interface.launch(share=True)
53
 
 
49
 
50
 
51
  if __name__ == "__main__":
52
+ interface.launch()
53