removed share
Browse files
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(
|
|
|
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()
|