Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(share=
|
|
|
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=False)
|