chandrujobs commited on
Commit
7ebf63b
·
verified ·
1 Parent(s): 5bad84b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,4 +136,4 @@ def gradio_interface():
136
 
137
  # Launch the Gradio UI
138
  if __name__ == "__main__":
139
- gradio_interface().launch() # Removed share=True
 
136
 
137
  # Launch the Gradio UI
138
  if __name__ == "__main__":
139
+ gradio_interface().launch(share=True)