Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,4 +60,9 @@ iface = gr.Interface(
|
|
60 |
|
61 |
# Launch the interface
|
62 |
#iface.launch(share=True)
|
63 |
-
iface.launch()
|
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
# Launch the interface
|
62 |
#iface.launch(share=True)
|
63 |
+
#iface.launch()
|
64 |
+
|
65 |
+
if __name__ == "__main__":
|
66 |
+
print("Launching Gradio Demo...")
|
67 |
+
iface.queue()
|
68 |
+
iface.launch()
|