Jon Saginaw commited on
Commit
e09a7c9
β€’
1 Parent(s): 05bb1dc

share removed for gradio

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