Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ examples = [
|
|
18 |
["The smooth Borealis basin in the Northern Hemisphere covers 40%"]
|
19 |
]
|
20 |
|
21 |
-
gr.Interface.load("huggingface/
|
22 |
inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
23 |
title=title,description=description,
|
24 |
article=article,
|
|
|
18 |
["The smooth Borealis basin in the Northern Hemisphere covers 40%"]
|
19 |
]
|
20 |
|
21 |
+
gr.Interface.load("huggingface/togethercomputer/GPT-JT-6B-v1",
|
22 |
inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
23 |
title=title,description=description,
|
24 |
article=article,
|