someshb07 commited on
Commit
83e6f21
·
verified ·
1 Parent(s): c367360

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,4 +29,4 @@ demo = gr.Interface(fn=get_answer,
29
 
30
 
31
  )
32
- demo.launch()
 
29
 
30
 
31
  )
32
+ demo.launch(share=True)