Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def predict(image):
|
|
9 |
|
10 |
gr.Interface(
|
11 |
predict,
|
12 |
-
inputs=gr.inputs.Text(label="
|
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()
|