Amitesh007 commited on
Commit
0dcfdd0
1 Parent(s): 9379b4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,7 +19,7 @@ demo = gr.Interface(
19
 
20
  ],
21
  title = "Text Generator GPT2 Pipeline",
22
- description = "this is a fine-tuned base gpt2 model inference, trained on a small 'game of thrones dataset'. Temperature controls the randomness in generation. Approaching towards zero will cause more repetitive generations "
23
  )
24
-
25
  demo.launch()
 
19
 
20
  ],
21
  title = "Text Generator GPT2 Pipeline",
22
+ description = "this is a fine-tuned base gpt2 model inference, trained on a small 'game of thrones dataset'."
23
  )
24
+ demo.queue(concurrency_count=2)
25
  demo.launch()