yoon6173 commited on
Commit
6a0870f
·
1 Parent(s): f61f433
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def greet(url):
29
 
30
 
31
  url = "http://images.cocodataset.org/val2017/000000039769.jpg"
32
- greet(url)
33
 
34
  iface = gr.Interface(
35
  fn=greet,
 
29
 
30
 
31
  url = "http://images.cocodataset.org/val2017/000000039769.jpg"
32
+ #greet(url)
33
 
34
  iface = gr.Interface(
35
  fn=greet,