Spaces:
Running
Running
Commit
·
c6ba654
1
Parent(s):
18e03d9
add slider step
Browse files
app.py
CHANGED
@@ -80,8 +80,7 @@ iface = gr.Interface(fn=shot,
|
|
80 |
examples=[
|
81 |
[0.4,1,"images/room.jpg","chair, plant , flower pot , white cabinet , paintings , decorative plates , books"],
|
82 |
[0.4,1,"images/seats.jpg","door,table,chairs"],
|
83 |
-
[0.3,0.8,"images/vegetables.jpg","carrot,white radish,brinjal,basket,potato"]
|
84 |
-
[0.5,1,"images/room2.jpg","door, plants, dog, coffe table, table lamp, carpet, door"]
|
85 |
],
|
86 |
# allow_flagging=False,
|
87 |
# analytics_enabled=False,
|
|
|
80 |
examples=[
|
81 |
[0.4,1,"images/room.jpg","chair, plant , flower pot , white cabinet , paintings , decorative plates , books"],
|
82 |
[0.4,1,"images/seats.jpg","door,table,chairs"],
|
83 |
+
[0.3,0.8,"images/vegetables.jpg","carrot,white radish,brinjal,basket,potato"]
|
|
|
84 |
],
|
85 |
# allow_flagging=False,
|
86 |
# analytics_enabled=False,
|