lorocksUMD commited on
Commit
afcb7d3
1 Parent(s): c160c6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ model_name = get_model_name_from_path(model_path)
63
  # )
64
 
65
  prompt = "What are the things I should be cautious about when I visit here?"
66
- image_file = "https://llava-vl.github.io/static/images/view.jpg"
67
 
68
  args = type('Args', (), {
69
  "model_path": model_path,
 
63
  # )
64
 
65
  prompt = "What are the things I should be cautious about when I visit here?"
66
+ image_file = "Great-Room-4.jpg"
67
 
68
  args = type('Args', (), {
69
  "model_path": model_path,