stasguy commited on
Commit
3940477
·
1 Parent(s): 58757bb

Update app.py

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