Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -217,10 +217,6 @@ if __name__ == "__main__":
|
|
217 |
# Create interface
|
218 |
iface = create_interface()
|
219 |
# Launch with custom configurations
|
220 |
-
iface.launch(
|
221 |
-
server_name="0.0.0.0",
|
222 |
-
share=False,
|
223 |
-
debug=True
|
224 |
-
)
|
225 |
except Exception as e:
|
226 |
print(f"Failed to launch interface: {e}")
|
|
|
217 |
# Create interface
|
218 |
iface = create_interface()
|
219 |
# Launch with custom configurations
|
220 |
+
iface.launch()
|
|
|
|
|
|
|
|
|
221 |
except Exception as e:
|
222 |
print(f"Failed to launch interface: {e}")
|