Spaces:
Runtime error
Runtime error
Commit
·
67f9d1d
1
Parent(s):
9555aa0
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ css = ".output_image, .input_image {height: 40rem !important; width: 100% !impor
|
|
41 |
# "fr"
|
42 |
# ]
|
43 |
gr.Interface(
|
44 |
-
inference
|
45 |
[gr.inputs.Image(type='file', label='Input')],
|
46 |
[gr.outputs.Textbox(type='str')],
|
47 |
# title=title,
|
|
|
41 |
# "fr"
|
42 |
# ]
|
43 |
gr.Interface(
|
44 |
+
inference,
|
45 |
[gr.inputs.Image(type='file', label='Input')],
|
46 |
[gr.outputs.Textbox(type='str')],
|
47 |
# title=title,
|