Spaces:
Sleeping
Sleeping
Make spaces public
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ iface = gr.Interface(
|
|
73 |
|
74 |
# Add error handling to launch
|
75 |
try:
|
76 |
-
iface.launch()
|
77 |
except Exception as e:
|
78 |
print(f"Error launching interface: {str(e)}")
|
79 |
print(traceback.format_exc())
|
|
|
73 |
|
74 |
# Add error handling to launch
|
75 |
try:
|
76 |
+
iface.launch(share=True)
|
77 |
except Exception as e:
|
78 |
print(f"Error launching interface: {str(e)}")
|
79 |
print(traceback.format_exc())
|