shivam001 commited on
Commit
0d2cac4
·
1 Parent(s): c82da4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,3 +1,4 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("models/shivam001/deibotquestion").launch()
 
 
1
  import gradio as gr
2
 
3
+ interface = gr.Interface.load("models/shivam001/deibotquestion")
4
+ interface.launch(share=True)