Asadel Ann commited on
Commit
de99389
·
1 Parent(s): 4bc84a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,5 +24,5 @@ def gambaran(image):
24
 
25
 
26
 
27
- demo = gr.Interface(gambaran, gr.Image(shape=(128, 128)), "text")
28
  demo.launch()
 
24
 
25
 
26
 
27
+ demo = gr.Interface(gambaran, gr.Image(), "text")
28
  demo.launch()