thinkersloop commited on
Commit
d302180
1 Parent(s): e44d8cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -44,6 +44,8 @@ image = Image.open("./sample_1.jpg")
44
  image.save("cord_sample_1.png")
45
  image = Image.open("./sample_2.jpg")
46
  image.save("cord_sample_2.png")
 
 
47
 
48
 
49
  demo = gr.Interface(
 
44
  image.save("cord_sample_1.png")
45
  image = Image.open("./sample_2.jpg")
46
  image.save("cord_sample_2.png")
47
+ image = Image.open("./sample_3.jpg")
48
+ image.save("cord_sample_3.png")
49
 
50
 
51
  demo = gr.Interface(