ACLDemo commited on
Commit
c5dbd2e
1 Parent(s): 84e0d66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ meta_model = TTS_Interface()
114
 
115
  iface = gr.Interface(fn=meta_model.read,
116
  inputs=[gr.inputs.Textbox(lines=2,
117
- placeholder="write what you want the synthesis to read here...)",
118
  label="Text input"),
119
  gr.inputs.Dropdown(['English Text',
120
  'German Text',
114
 
115
  iface = gr.Interface(fn=meta_model.read,
116
  inputs=[gr.inputs.Textbox(lines=2,
117
+ placeholder="write what you want the synthesis to read here...",
118
  label="Text input"),
119
  gr.inputs.Dropdown(['English Text',
120
  'German Text',