mou3az commited on
Commit
295f85c
1 Parent(s): 579d21d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,4 +117,4 @@ demo = gr.Interface(
117
  outputs=[gr.Textbox(label="Response"), gr.Image(label="Chart", type="filepath")],
118
  title="IT Assistant")
119
 
120
- demo.launch(share=True)
 
117
  outputs=[gr.Textbox(label="Response"), gr.Image(label="Chart", type="filepath")],
118
  title="IT Assistant")
119
 
120
+ demo.launch(show_api=False)