Asadel Ann commited on
Commit
98098a1
·
1 Parent(s): 95b05a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,5 +29,5 @@ def gambaran(image):
29
 
30
 
31
 
32
- demo = gr.Interface(gambaran, gr.Image(), "image")
33
  demo.launch()
 
29
 
30
 
31
 
32
+ demo = gr.Interface(gambaran, gr.Image(shape=(128, 128), "image")
33
  demo.launch()