kolbeins commited on
Commit
6274e5e
·
1 Parent(s): 558eaf9

no change ?

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ def chat(input_txt):
16
 
17
 
18
  demo = gr.Interface(fn=chat, inputs="text", outputs="text")
19
- demo.launch(share=True)
 
16
 
17
 
18
  demo = gr.Interface(fn=chat, inputs="text", outputs="text")
19
+ demo.launch()