asutosh09 commited on
Commit
d3833e9
·
verified ·
1 Parent(s): acfcbda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,5 +31,5 @@ demo = gr.Interface(
31
  cache_examples=True,
32
  allow_flagging="never",
33
  )
34
- share=True in launch()
35
- demo.launch()
 
31
  cache_examples=True,
32
  allow_flagging="never",
33
  )
34
+
35
+ demo.launch(share=True)