Wootang01 commited on
Commit
a095259
·
1 Parent(s): 5a0b5d0

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
  description_ = "Kindly input text, submit, and the computer will predict subsequent words for your text input."
4
 
5
- gr.Interface.load("huggingface/EleutherAI/gpt-neo-2.7B").launch()
 
2
 
3
  description_ = "Kindly input text, submit, and the computer will predict subsequent words for your text input."
4
 
5
+ gr.Interface.load("huggingface/EleutherAI/gpt-neo-2.7B").queue()