zakihassan04 commited on
Commit
57ea864
·
verified ·
1 Parent(s): b1eb029

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ interface = gr.Interface(
32
  )
33
 
34
  # Launch the Gradio app and make it publicly available by using 'share=True'
35
- interface.launch(share=True)
 
32
  )
33
 
34
  # Launch the Gradio app and make it publicly available by using 'share=True'
35
+ interface.launch() # Don't use share=True in Hugging Face Spaces