chandrujobs commited on
Commit
d1df8f3
·
verified ·
1 Parent(s): ffd845b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,4 +141,4 @@ def gradio_interface():
141
 
142
  # Launch the Gradio UI
143
  if __name__ == "__main__":
144
- gradio_interface().launch(share=True) # Launch with share=True to allow public access
 
141
 
142
  # Launch the Gradio UI
143
  if __name__ == "__main__":
144
+ gradio_interface().launch() # Removed share=True as it's not needed on Hugging Face Spaces