Spaces:
Runtime error
Runtime error
Lev McKinney
commited on
Commit
•
5e50a13
1
Parent(s):
0d6ff10
updated default text
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ Since the tuned lens produces a distribution of predictions to visualize it's ou
|
|
62 |
## Examples
|
63 |
Here are some interesting examples you can try.
|
64 |
|
65 |
-
### Copy
|
66 |
```
|
67 |
Copy: A!2j!#u&NGApS&MkkHe8Gm!#
|
68 |
Paste: A!2j!#u&NGApS&MkkHe8Gm!#
|
@@ -87,7 +87,7 @@ with gr.Blocks() as demo:
|
|
87 |
gr.Markdown(preamble)
|
88 |
with gr.Column():
|
89 |
text = gr.Textbox(
|
90 |
-
value="
|
91 |
label="Input Text",
|
92 |
)
|
93 |
with gr.Row():
|
|
|
62 |
## Examples
|
63 |
Here are some interesting examples you can try.
|
64 |
|
65 |
+
### Copy paste:
|
66 |
```
|
67 |
Copy: A!2j!#u&NGApS&MkkHe8Gm!#
|
68 |
Paste: A!2j!#u&NGApS&MkkHe8Gm!#
|
|
|
87 |
gr.Markdown(preamble)
|
88 |
with gr.Column():
|
89 |
text = gr.Textbox(
|
90 |
+
value="it was the best of times, it was the worst of times",
|
91 |
label="Input Text",
|
92 |
)
|
93 |
with gr.Row():
|