stasguy commited on
Commit
20638c9
·
1 Parent(s): 3940477

Update app.py

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