Wootang01 commited on
Commit
5822e2c
·
1 Parent(s): 90697d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
- pipe = pipeline(task="text-generation", model="huggingface/gpt2")
5
 
6
  gr.Interface.load(pipe).launch()
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
+ pipe = pipeline(task="text-generation", model="huggingface/facebook/opt-350m")
5
 
6
  gr.Interface.load(pipe).launch()