Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -644,3 +644,4 @@ if __name__ == "__main__":
|
|
644 |
print(f"Error launching Gradio interface: {e}")
|
645 |
print(traceback.format_exc())
|
646 |
print("Please check the console output for more details on the error.")
|
|
|
|
644 |
print(f"Error launching Gradio interface: {e}")
|
645 |
print(traceback.format_exc())
|
646 |
print("Please check the console output for more details on the error.")
|
647 |
+
# That is all we have
|