Spaces:
Build error
Build error
RyanPham19092002
commited on
Commit
·
b4559b2
1
Parent(s):
9a80b36
Add application file
Browse files
app.py
CHANGED
@@ -116,5 +116,5 @@ demo = gr.Interface(fn=turn_img_into_fileJSON, # mapping function from input to
|
|
116 |
description=description,
|
117 |
article=article,
|
118 |
live = True)
|
119 |
-
demo.launch()
|
120 |
-
|
|
|
116 |
description=description,
|
117 |
article=article,
|
118 |
live = True)
|
119 |
+
#demo.launch()
|
120 |
+
demo.launch(share=True)
|