Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,6 +66,6 @@ except Exception as e:
|
|
66 |
|
67 |
# Launch the interface
|
68 |
try:
|
69 |
-
iface
|
70 |
except Exception as e:
|
71 |
print(f"Failed to launch Gradio interface: {e}")
|
|
|
66 |
|
67 |
# Launch the interface
|
68 |
try:
|
69 |
+
iface.launch()
|
70 |
except Exception as e:
|
71 |
print(f"Failed to launch Gradio interface: {e}")
|