janny127 commited on
Commit
8baf80e
1 Parent(s): d9e300d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  from transformers import pipeline
2
  import gradio as gr
3
 
4
- pipe = pipeline("text-generation", model="janny127/autotrain-7qmts-cs1er")
5
 
6
  gr.Interface.from_pipeline(pipe).launch()
 
1
  from transformers import pipeline
2
  import gradio as gr
3
 
4
+ pipe = pipeline("transformers", model="janny127/autotrain-7qmts-cs1er")
5
 
6
  gr.Interface.from_pipeline(pipe).launch()