aryswisnu commited on
Commit
5bc4618
·
1 Parent(s): 13b7ef2

add share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,4 +119,4 @@ with gr.Blocks() as demo:
119
  ],
120
  )
121
 
122
- demo.launch()
 
119
  ],
120
  )
121
 
122
+ demo.launch(share=True)