Spaces:
Runtime error
Runtime error
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",title=title,description=description).launch()
#2
by
Wootang02
- opened
app.py
CHANGED
@@ -5,7 +5,6 @@ title="My First Text Generator"
|
|
5 |
description="input text and submit."
|
6 |
|
7 |
|
8 |
-
model1=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B)
|
9 |
|
10 |
|
11 |
-
gr.Interface(
|
|
|
5 |
description="input text and submit."
|
6 |
|
7 |
|
|
|
8 |
|
9 |
|
10 |
+
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",title=title,description=description).launch()
|