Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
myfirstvariable="My First Text
|
4 |
mylovelysecondvariablevariable="Input text and submit."
|
5 |
|
6 |
model1=gr.Interface.load("huggingface/gpt2")
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
myfirstvariable="My First Text Generation"
|
4 |
mylovelysecondvariablevariable="Input text and submit."
|
5 |
|
6 |
model1=gr.Interface.load("huggingface/gpt2")
|