resberry commited on
Commit
3c74acc
·
verified ·
1 Parent(s): 6bf0d38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,4 +54,4 @@ interface = gr.Interface(
54
 
55
  # Launch the Gradio app
56
  if __name__ == "__main__":
57
- interface.launch(share=True)
 
54
 
55
  # Launch the Gradio app
56
  if __name__ == "__main__":
57
+ interface.launch() # Removed share=True for Hugging Face Spaces