Wootang01 commited on
Commit
019c0c4
·
1 Parent(s): f129196

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,3 +1,3 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B", inputs=gr.Textbox(lines=5), outputs="text").launch()
 
1
  import gradio as gr
2
 
3
+ gr.Interface.load("huggingface/togethercomputer/GPT-JT-6B-v1").launch()