Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -131,6 +131,6 @@ def create_gradio_interface():
|
|
131 |
if __name__ == "__main__":
|
132 |
try:
|
133 |
demo = create_gradio_interface()
|
134 |
-
demo.launch()
|
135 |
except Exception as e:
|
136 |
print(f"Error launching application: {str(e)}")
|
|
|
131 |
if __name__ == "__main__":
|
132 |
try:
|
133 |
demo = create_gradio_interface()
|
134 |
+
demo.launch(share=True)
|
135 |
except Exception as e:
|
136 |
print(f"Error launching application: {str(e)}")
|