Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,5 +7,5 @@ examples = [
|
|
7 |
["Love"],
|
8 |
["The occult"]
|
9 |
]
|
10 |
-
gr.Interface.load("
|
11 |
title=title, description=description, article=article, examples=examples, enable_queue=True).launch()
|
|
|
7 |
["Love"],
|
8 |
["The occult"]
|
9 |
]
|
10 |
+
gr.Interface.load("models/hgw3lss/gpt-j-6B-Buckland", inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
11 |
title=title, description=description, article=article, examples=examples, enable_queue=True).launch()
|