whale-shark commited on
Commit
2459d5a
1 Parent(s): 8899ee2

Update app.py

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