PanagiotaMoraiti commited on
Commit
ece7f26
·
verified ·
1 Parent(s): 3c90f17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ enable_queue=True
18
 
19
  gr.Interface(
20
  fn=predict,
21
- inputs=gr.Image(label="Input Image Component", shape=(512, 512), sources=["upload", "webcam", "clipboard"]),
22
  outputs=gr.Image(label="Output Image Component", num_top_classes=4),
23
  title=title,
24
  description=description,
 
18
 
19
  gr.Interface(
20
  fn=predict,
21
+ inputs=gr.Image(label="Input Image Component", width=512, sources=["upload", "webcam", "clipboard"]),
22
  outputs=gr.Image(label="Output Image Component", num_top_classes=4),
23
  title=title,
24
  description=description,