Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,5 +15,5 @@ examples = [
|
|
15 |
]
|
16 |
|
17 |
output_text = gr.outputs.Textbox()
|
18 |
-
gr.Interface(ai_text,"textbox", output_text, title="Text Generator GPT-
|
19 |
description="Copy or type text. Submit and the machine will generate text.", examples=examples).launch()
|
|
|
15 |
]
|
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()
|