Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ def read(prompt,
|
|
120 |
iface = gr.Interface(fn=read,
|
121 |
inputs=[gr.Textbox(lines=2,
|
122 |
placeholder="write what you want the synthesis to read here...",
|
123 |
-
value="
|
124 |
label="Text input"),
|
125 |
gr.Dropdown(text_selection,
|
126 |
type="value",
|
|
|
120 |
iface = gr.Interface(fn=read,
|
121 |
inputs=[gr.Textbox(lines=2,
|
122 |
placeholder="write what you want the synthesis to read here...",
|
123 |
+
value="What I cannot create, I do not understand.",
|
124 |
label="Text input"),
|
125 |
gr.Dropdown(text_selection,
|
126 |
type="value",
|