Asadel Ann commited on
Commit
54bea6e
·
1 Parent(s): 581e1b5

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(shape=(128, 128)), "image")
33
  demo.launch()
 
29
 
30
 
31
 
32
+ demo = gr.Interface(gambaran, gr.Image(), "image")
33
  demo.launch()