QuratulainButt commited on
Commit
1a29fe4
1 Parent(s): 94601b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,5 +15,5 @@ demo = gr.Interface(
15
  outputs=["text"],
16
  )
17
 
18
- demo.launch()
19
 
 
15
  outputs=["text"],
16
  )
17
 
18
+ demo.launch(share=='True')
19