Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,4 +3,4 @@ import gradio as gr
|
|
3 |
title="My First Text Generator"
|
4 |
description="input text and submit."
|
5 |
|
6 |
-
gr.Interface.load("huggingface/EleutherAI/gpt-
|
|
|
3 |
title="My First Text Generator"
|
4 |
description="input text and submit."
|
5 |
|
6 |
+
gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B,title=title,description=description),launch()
|