Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from gradio.mix import Parallel
|
|
4 |
title="My First Text Generation"
|
5 |
description="Input Text"
|
6 |
examples = [
|
7 |
-
["Once apon a time"]
|
8 |
["Dr Woo was teaching a coding workshop at Hong Kong True Light College"]
|
9 |
]
|
10 |
model1=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
|
|
|
4 |
title="My First Text Generation"
|
5 |
description="Input Text"
|
6 |
examples = [
|
7 |
+
["Once apon a time,"]
|
8 |
["Dr Woo was teaching a coding workshop at Hong Kong True Light College"]
|
9 |
]
|
10 |
model1=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
|