Spaces:
Runtime error
Runtime error
Update app.py
Browse filesset gradio debug off
app.py
CHANGED
@@ -450,5 +450,5 @@ app = gr.Interface(fn=pipeline,
|
|
450 |
description=description,
|
451 |
examples=examples)
|
452 |
app.queue()
|
453 |
-
app.launch(debug=True, share=True)
|
454 |
-
|
|
|
450 |
description=description,
|
451 |
examples=examples)
|
452 |
app.queue()
|
453 |
+
#app.launch(debug=True, share=True)
|
454 |
+
app.launch(share=True)
|