NicholasKwok commited on
Commit
b704979
1 Parent(s): a1da4ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,4 +3,4 @@ from gradio.mix import Parallel
3
 
4
  chickenwings="My First Text Generator"
5
 
6
- gr.Interface.load("huggingface/bigscience/bloom-560m", title="My First Text Generator", description="Input text and submit!").launch()
 
3
 
4
  chickenwings="My First Text Generator"
5
 
6
+ gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", title="My First Text Generator", description="Input text and submit!").launch()