RyanPham19092002 commited on
Commit
b4559b2
·
1 Parent(s): 9a80b36

Add application file

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- #demo.launch(share=True)
 
116
  description=description,
117
  article=article,
118
  live = True)
119
+ #demo.launch()
120
+ demo.launch(share=True)