Wootang01 commited on
Commit
f452879
·
1 Parent(s): 9342fd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ examples = [
16
 
17
  output_text = gr.outputs.Textbox()
18
  gr.Interface(ai_text,"textbox", output_text, title="Text Generator GPT-NEO-2.7B",
19
- description="Copy or type text. Submit and the machine will generate text.", examples=examples).launch()
 
16
 
17
  output_text = gr.outputs.Textbox()
18
  gr.Interface(ai_text,"textbox", output_text, title="Text Generator GPT-NEO-2.7B",
19
+ description="Copy or type text. Submit and the machine will generate text.", examples=examples).launch(share=True)