Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ article = "<p style='text-align: left'>This is still a work in progress, models
|
|
113 |
|
114 |
iface = gr.Interface(fn=meta_model.read,
|
115 |
inputs=[gr.inputs.Textbox(lines=2,
|
116 |
-
placeholder="write what you want the synthesis to read here... (
|
117 |
label="Text input"),
|
118 |
gr.inputs.Dropdown(['English Text',
|
119 |
'German Text',
|
|
|
113 |
|
114 |
iface = gr.Interface(fn=meta_model.read,
|
115 |
inputs=[gr.inputs.Textbox(lines=2,
|
116 |
+
placeholder="write what you want the synthesis to read here... \n(to prevent out of memory errors, too long inputs get replaced with a placeholder)",
|
117 |
label="Text input"),
|
118 |
gr.inputs.Dropdown(['English Text',
|
119 |
'German Text',
|