d1ef commited on
Commit
6f7a741
·
1 Parent(s): cd3f827

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def translate(model, action, inputs):
33
  demo = gr.Interface(
34
  fn=translate,
35
  inputs=[
36
- gr.components.Textbox(label="MODEL NAME, eg: t5-small"),
37
  gr.components.Dropdown(label="ACTIONS", choices=ACTIONS),
38
  gr.components.Textbox(label="INPUTS"),
39
  ],
 
33
  demo = gr.Interface(
34
  fn=translate,
35
  inputs=[
36
+ gr.components.Textbox(label="MODEL NAME, eg: google/byt5-small", value="google/byt5-small"),
37
  gr.components.Dropdown(label="ACTIONS", choices=ACTIONS),
38
  gr.components.Textbox(label="INPUTS"),
39
  ],