Kvikontent commited on
Commit
1e0df62
·
verified ·
1 Parent(s): 79183f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ article = (
44
  gr.Interface(
45
  inference,
46
  [
47
- gr.Image(type="pil", label="Upload Image", multiple=True),
48
  gr.Radio(
49
  list(model_scales.keys()),
50
  type="value",
 
44
  gr.Interface(
45
  inference,
46
  [
47
+ gr.Image(type="pil", label="Upload Image"),
48
  gr.Radio(
49
  list(model_scales.keys()),
50
  type="value",