ZeroCommand commited on
Commit
67f9d1d
·
1 Parent(s): 9555aa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,