ZOEEEEE commited on
Commit
508ffb4
·
1 Parent(s): 936b318

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,4 +1,3 @@
1
  import gradio as gr
2
 
3
- gr.Interface.laod("huggingface/dpt2").launch()
4
-
 
1
  import gradio as gr
2
 
3
+ gr.Interface.load("huggingface/gpt2").launch()