Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def ai_text(Input):
|
|
10 |
return generated_text
|
11 |
|
12 |
|
13 |
-
title_ = "Text Generator GPT-Neo-
|
14 |
description_ = " Enter one or more sentences and it will generate a 500 words blog 🤓"
|
15 |
output_text = gr.outputs.Textbox()
|
16 |
iface=gr.Interface(ai_text,"textbox", output_text, title=title_,description=description_)#.launch()
|
|
|
10 |
return generated_text
|
11 |
|
12 |
|
13 |
+
title_ = "Text Generator GPT-Neo-2.7B"
|
14 |
description_ = " Enter one or more sentences and it will generate a 500 words blog 🤓"
|
15 |
output_text = gr.outputs.Textbox()
|
16 |
iface=gr.Interface(ai_text,"textbox", output_text, title=title_,description=description_)#.launch()
|