minnehwg commited on
Commit
758e43f
·
verified ·
1 Parent(s): 12c5b62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ demo = gr.Interface(
34
  )
35
 
36
  # Chạy interface
37
- demo.launch()
38
 
39
 
40
 
 
34
  )
35
 
36
  # Chạy interface
37
+ demo.launch(share=True)
38
 
39
 
40