Badaleeloveashley commited on
Commit
d6738e8
1 Parent(s): 91f8be2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,3 +1,3 @@
1
- import gradio as gi
2
 
3
- gr.Interface('huggingface/gpt2').Iaunch()
 
1
+ import gradio as gr
2
 
3
+ gr.Interface.load('huggingface/gpt2').Iaunch()