Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,4 +76,4 @@ def create_interface():
|
|
76 |
|
77 |
if __name__ == "__main__":
|
78 |
iface = create_interface()
|
79 |
-
iface.launch()
|
|
|
76 |
|
77 |
if __name__ == "__main__":
|
78 |
iface = create_interface()
|
79 |
+
iface.launch(share=True) # Set share=True to create a public link
|