Spaces:
Runtime error
Runtime error
Commit
·
fc9b498
1
Parent(s):
46c5b00
update
Browse files
app.py
CHANGED
@@ -110,4 +110,5 @@ with gr.Blocks(css=css) as demo:
|
|
110 |
outputs=[output_edit]
|
111 |
)
|
112 |
if __name__ == "__main__":
|
113 |
-
demo.launch(share=True)
|
|
|
|
110 |
outputs=[output_edit]
|
111 |
)
|
112 |
if __name__ == "__main__":
|
113 |
+
#demo.launch(share=True)
|
114 |
+
demo.launch()
|