Abdel commited on
Commit
7c7ee7d
·
1 Parent(s): 5ba1fd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,4 +2,4 @@ import gradio as gr
2
 
3
  examples = [["The Moon's orbit around Earth has"], ["There once was a pineapple"]]
4
 
5
- gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", examples=examples).launch();
 
2
 
3
  examples = [["The Moon's orbit around Earth has"], ["There once was a pineapple"]]
4
 
5
+ gr.Interface.load("huggingface/elastic/distilbert-base-uncased-finetuned-conll03-english", examples=examples).launch();