Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1312,7 +1312,7 @@ if __name__ == "__main__":
|
|
1312 |
|
1313 |
# Create and launch Gradio interface
|
1314 |
demo = create_interface()
|
1315 |
-
demo.launch(
|
1316 |
|
1317 |
# Run automated tests
|
1318 |
unittest.main(argv=[''], exit=False)
|
|
|
1312 |
|
1313 |
# Create and launch Gradio interface
|
1314 |
demo = create_interface()
|
1315 |
+
demo.launch()
|
1316 |
|
1317 |
# Run automated tests
|
1318 |
unittest.main(argv=[''], exit=False)
|