mindadeepam commited on
Commit
d3c10c0
·
1 Parent(s): 8df822a

fixing error in app.py - share=True not allowed in demo.launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,5 +54,5 @@ demo = gr.Interface(
54
  examples=[[os.path.join(dirpath, x),"what is this document"] for x in os.listdir(dirpath)],
55
  )
56
 
57
- demo.launch(share=True)
58
 
 
54
  examples=[[os.path.join(dirpath, x),"what is this document"] for x in os.listdir(dirpath)],
55
  )
56
 
57
+ demo.launch()
58