maxisz254 commited on
Commit
d405a2a
1 Parent(s): e008d90

removed share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ def generate_text(inp):
17
 
18
  return ".".join(output.split(".")[:-1]) + "."
19
  output_text = gr.outputs.Textbox()
20
- gr.Interface(generate_text,"textbox",output_text, title="MAX-GPT",description = "Chat and ask about anything, leave unfinished sentences for autocomplete or just ask questions revolving any topic").launch(share=True)
 
17
 
18
  return ".".join(output.split(".")[:-1]) + "."
19
  output_text = gr.outputs.Textbox()
20
+ gr.Interface(generate_text,"textbox",output_text, title="MAX-GPT",description = "Chat and ask about anything, leave unfinished sentences for autocomplete or just ask questions revolving any topic").launch()