Wootang02 commited on
Commit
9e1a435
·
1 Parent(s): a44975b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,6 +1,6 @@
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()
 
1
  import gradio as gr
2
 
3
+ myfirstvariable="My First Text Generator"
4
+ mylovelysecondvariable="Input text and submit."
5
 
6
+ gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B", title=myfirstvariable, description=mylovelysecondvariable).launch()