Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,4 @@ article = "<p style='text-align: center'><a href='https://github.com/kingoflolz/
|
|
7 |
gr.Interface.load(
|
8 |
"huggingface/EleutherAI/gpt-j-6B",
|
9 |
inputs=gr.Textbox(lines=5, label="Input Text"),
|
10 |
-
title=title,
|
11 |
-
description=description,
|
12 |
-
article=article,
|
13 |
).launch()
|
|
|
7 |
gr.Interface.load(
|
8 |
"huggingface/EleutherAI/gpt-j-6B",
|
9 |
inputs=gr.Textbox(lines=5, label="Input Text"),
|
|
|
|
|
|
|
10 |
).launch()
|