viciu commited on
Commit
9426aeb
·
1 Parent(s): 50867bf

Changing model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,5 +5,5 @@ def update(name):
5
  return f"Welcome to Gradio, {name}!"
6
 
7
 
8
- gr.Interface.load('huggingface/EleutherAI/gpt-j-6B').launch()
9
 
 
5
  return f"Welcome to Gradio, {name}!"
6
 
7
 
8
+ gr.Interface.load('huggingface/distilgpt2').launch()
9