Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 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()
|