Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|