Upload folder using huggingface_hub
Browse files
gdemo.py
CHANGED
@@ -25,7 +25,7 @@ def generate_next(dialogue):
|
|
25 |
with gr.Blocks() as demo:
|
26 |
gr.Markdown(
|
27 |
"""
|
28 |
-
# GPT
|
29 |
|
30 |
Let's play GPT Tag! Try to get GPT to say the target word by prompting it up to 10 times.
|
31 |
Each prompt you get to enter the next three words in the text sequence.
|
|
|
25 |
with gr.Blocks() as demo:
|
26 |
gr.Markdown(
|
27 |
"""
|
28 |
+
# GPT Tag3
|
29 |
|
30 |
Let's play GPT Tag! Try to get GPT to say the target word by prompting it up to 10 times.
|
31 |
Each prompt you get to enter the next three words in the text sequence.
|