aashraychegu commited on
Commit
40d5ea1
·
1 Parent(s): 9c87c9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def greet():
29
 
30
  with gr.Blocks() as iface:
31
  btn = gr.Button("Run")
32
- img = gr.Image(type = "PIL")
33
  btn.click(fn=greet,outputs = [img])
34
 
35
  iface.launch()
 
29
 
30
  with gr.Blocks() as iface:
31
  btn = gr.Button("Run")
32
+ img = gr.Image(type = "pil")
33
  btn.click(fn=greet,outputs = [img])
34
 
35
  iface.launch()