Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
title = "
|
4 |
|
5 |
examples = [
|
6 |
["Todos los hincas de Racing son"],
|
@@ -9,7 +9,7 @@ examples = [
|
|
9 |
]
|
10 |
|
11 |
demo = gr.load(
|
12 |
-
"huggingface/
|
13 |
inputs=gr.Textbox(lines=5, max_lines=6, label="Input Text"),
|
14 |
title=title,
|
15 |
examples=examples,
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
title = "DeepESP/gpt2-spanish"
|
4 |
|
5 |
examples = [
|
6 |
["Todos los hincas de Racing son"],
|
|
|
9 |
]
|
10 |
|
11 |
demo = gr.load(
|
12 |
+
"huggingface/DeepESP/gpt2-spanish",
|
13 |
inputs=gr.Textbox(lines=5, max_lines=6, label="Input Text"),
|
14 |
title=title,
|
15 |
examples=examples,
|