Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
import gradio as gr
|
|
|
|
|
2 |
title = "Buckland Visions"
|
3 |
description = "Buckland"
|
4 |
article = "<p style = 'text-align: center' > Buckland</p>"
|
@@ -7,5 +9,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()
|
|
|
1 |
import gradio as gr
|
2 |
+
|
3 |
+
|
4 |
title = "Buckland Visions"
|
5 |
description = "Buckland"
|
6 |
article = "<p style = 'text-align: center' > Buckland</p>"
|
|
|
9 |
["Love"],
|
10 |
["The occult"]
|
11 |
]
|
12 |
+
gr.Interface.load("hgw3lss/gpt-j-6B-Buckland", inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
13 |
title=title, description=description, article=article, examples=examples, enable_queue=True).launch()
|