SZhanZ
commited on
Commit
·
e118371
1
Parent(s):
bfa3633
cache false
Browse files
app.py
CHANGED
@@ -99,8 +99,8 @@ if __name__ == "__main__":
|
|
99 |
["examples/image1.jpg", "food with the highest protein"],
|
100 |
["examples/image2.jpg", "the cheapest laptop"],
|
101 |
],
|
102 |
-
cache_examples=
|
103 |
examples_per_page=10
|
104 |
)
|
105 |
|
106 |
-
demo.launch(server_name="0.0.0.0", server_port=7860
|
|
|
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)
|