Wootang01 commited on
Commit
c72f3c5
·
1 Parent(s): 0ddf388

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,5 +2,5 @@ import gradio as gr
2
  from transformers import pipeline
3
 
4
  pipe = pipeline("text-generation", model='EleutherAI/pythia-1.3b')
5
- demo.queue(concurrency_count=3)
6
  gr.Interface.from_pipeline(pipe).launch()
 
2
  from transformers import pipeline
3
 
4
  pipe = pipeline("text-generation", model='EleutherAI/pythia-1.3b')
5
+
6
  gr.Interface.from_pipeline(pipe).launch()