Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -268,6 +268,5 @@ if __name__ == "__main__":
|
|
268 |
except Exception as e:
|
269 |
print(f"Unexpected error during setup: {e}")
|
270 |
|
271 |
-
# Create and launch the interface
|
272 |
iface = create_gradio_interface()
|
273 |
iface.launch()
|
|
|
268 |
except Exception as e:
|
269 |
print(f"Unexpected error during setup: {e}")
|
270 |
|
|
|
271 |
iface = create_gradio_interface()
|
272 |
iface.launch()
|