Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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").
|
|
|
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()
|