shubhendu-ghosh-DS commited on
Commit
28e4126
1 Parent(s): 9f295cf

removed share=true

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ def get_google_data(search_term):
21
 
22
  iface = gr.Interface(fn=get_google_data, inputs="text", outputs="text")
23
 
24
- iface.launch(share=True)
 
21
 
22
  iface = gr.Interface(fn=get_google_data, inputs="text", outputs="text")
23
 
24
+ iface.launch()