paralym commited on
Commit
fd162d3
1 Parent(s): 2dcaff1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ from llava.mm_utils import (
29
  get_model_name_from_path,
30
  KeywordsStoppingCriteria,
31
  )
32
-
33
  from serve_constants import html_header
34
 
35
  import requests
 
29
  get_model_name_from_path,
30
  KeywordsStoppingCriteria,
31
  )
32
+ import sys
33
  from serve_constants import html_header
34
 
35
  import requests