Flux9665 commited on
Commit
041054f
·
1 Parent(s): dec7163

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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... (2000 character maximum)",
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',