Spaces:
Running
on
T4
Running
on
T4
SZhanZ
commited on
Commit
·
8e743cf
1
Parent(s):
3121838
cache example false
Browse files
app.py
CHANGED
@@ -98,7 +98,9 @@ if __name__ == "__main__":
|
|
98 |
examples=[
|
99 |
["examples/image1.jpg", "food with the highest protein"],
|
100 |
["examples/image2.jpg", "the cheapest laptop"],
|
101 |
-
]
|
|
|
|
|
102 |
)
|
103 |
|
104 |
demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
|
|
|
98 |
examples=[
|
99 |
["examples/image1.jpg", "food with the highest protein"],
|
100 |
["examples/image2.jpg", "the cheapest laptop"],
|
101 |
+
],
|
102 |
+
cache_examples=False,
|
103 |
+
examples_per_page=10
|
104 |
)
|
105 |
|
106 |
demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
|