Spaces:
Sleeping
Sleeping
barathm111
commited on
Commit
•
8462c29
1
Parent(s):
eef1837
Upload app.py
Browse files
app.py
CHANGED
@@ -69,8 +69,8 @@ def build_gradio_ui():
|
|
69 |
|
70 |
return demo
|
71 |
|
72 |
-
# Launch the Gradio app
|
73 |
demo = build_gradio_ui()
|
74 |
|
75 |
if __name__ == "__main__":
|
76 |
-
demo.launch()
|
|
|
69 |
|
70 |
return demo
|
71 |
|
72 |
+
# Launch the Gradio app with a public link
|
73 |
demo = build_gradio_ui()
|
74 |
|
75 |
if __name__ == "__main__":
|
76 |
+
demo.launch(share=True) # Enable public link
|