CarlosMF HF staff commited on
Commit
8ef23bc
·
1 Parent(s): cbc81c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def predict(image):
9
 
10
  gr.Interface(
11
  predict,
12
- inputs=gr.inputs.Text(label="Write text", type="filepath"),
13
  outputs=gr.outputs.Label(num_top_classes=2),
14
  title="Translation",
15
  ).launch()
 
9
 
10
  gr.Interface(
11
  predict,
12
+ inputs=gr.inputs.Text(label="text", type="filepath"),
13
  outputs=gr.outputs.Label(num_top_classes=2),
14
  title="Translation",
15
  ).launch()