mattb512 commited on
Commit
a3a37f1
1 Parent(s): 487a9af

removing samples

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -110,10 +110,10 @@ iface = gr.Interface(fn=call,
110
  examples=[
111
  os.path.join(os.path.dirname(__file__), "examples/1.jpg"),
112
  os.path.join(os.path.dirname(__file__), "examples/2.jpg"),
113
- os.path.join(os.path.dirname(__file__), "examples/3.jpg"),
114
- os.path.join(os.path.dirname(__file__), "examples/4.jpg"),
115
- os.path.join(os.path.dirname(__file__), "examples/5.jpg"),
116
- os.path.join(os.path.dirname(__file__), "examples/6.jpg"),
117
  ],
118
  thumbnail="thumbnail.webp")
119
  iface.launch()
 
110
  examples=[
111
  os.path.join(os.path.dirname(__file__), "examples/1.jpg"),
112
  os.path.join(os.path.dirname(__file__), "examples/2.jpg"),
113
+ # os.path.join(os.path.dirname(__file__), "examples/3.jpg"),
114
+ # os.path.join(os.path.dirname(__file__), "examples/4.jpg"),
115
+ # os.path.join(os.path.dirname(__file__), "examples/5.jpg"),
116
+ # os.path.join(os.path.dirname(__file__), "examples/6.jpg"),
117
  ],
118
  thumbnail="thumbnail.webp")
119
  iface.launch()