Commit
Β·
109e005
1
Parent(s):
70d9836
add more prints
Browse files
app.py
CHANGED
@@ -17,4 +17,6 @@ except Exception as e:
|
|
17 |
if __name__ == "__main__":
|
18 |
print("Starting the Gradio app...", flush=True)
|
19 |
demo = create_ui()
|
|
|
20 |
demo.queue().launch()
|
|
|
|
17 |
if __name__ == "__main__":
|
18 |
print("Starting the Gradio app...", flush=True)
|
19 |
demo = create_ui()
|
20 |
+
print("Gradio app created successfully.", flush=True)
|
21 |
demo.queue().launch()
|
22 |
+
print("Gradio app launched successfully.", flush=True)
|