SZhanZ commited on
Commit
e118371
·
1 Parent(s): bfa3633

cache false

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=True,
103
  examples_per_page=10
104
  )
105
 
106
- demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
 
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)