Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -74,6 +74,6 @@ iface = gr.Interface(
|
|
74 |
|
75 |
# Launch Gradio app in API mode
|
76 |
try:
|
77 |
-
iface.launch(share=True
|
78 |
except Exception as e:
|
79 |
print(f"Error launching Gradio app: {e}")
|
|
|
74 |
|
75 |
# Launch Gradio app in API mode
|
76 |
try:
|
77 |
+
iface.launch(share=True)
|
78 |
except Exception as e:
|
79 |
print(f"Error launching Gradio app: {e}")
|