Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,4 +72,6 @@ demo_app = gr.Interface(
|
|
72 |
live = True,
|
73 |
theme = 'huggingface'
|
74 |
)
|
75 |
-
|
|
|
|
|
|
72 |
live = True,
|
73 |
theme = 'huggingface'
|
74 |
)
|
75 |
+
if __name__ == "__main__":
|
76 |
+
demo_app.launch()
|
77 |
+
#demo_app.launch(debug=True, enable_queue = True)
|