Spaces:
Runtime error
Runtime error
Update app.py
#1
by
Emkay
- opened
app.py
CHANGED
@@ -20,4 +20,5 @@ gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",
|
|
20 |
inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
21 |
title=title,description=description,
|
22 |
examples=examples,
|
23 |
-
enable_queue=True).launch()
|
|
|
|
20 |
inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
21 |
title=title,description=description,
|
22 |
examples=examples,
|
23 |
+
enable_queue=True).launch()
|
24 |
+
|