runaksh commited on
Commit
ffe00c4
·
1 Parent(s): 8fced6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,5 +52,5 @@ iface = gradio.Interface(fn=generate_query_response,
52
  outputs = out_response
53
  )
54
 
55
- iface.launch(debug = True, share=True)
56
 
 
52
  outputs = out_response
53
  )
54
 
55
+ iface.launch(debug = True)
56