Spaces:
Build error
Build error
Link to new model
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ if __name__ == "__main__":
|
|
| 71 |
|
| 72 |
print(f"astro args: {gws.args}")
|
| 73 |
|
| 74 |
-
model_path = os.getenv("model", "universeTBD/
|
| 75 |
bits = int(os.getenv("bits", 4))
|
| 76 |
concurrency_count = int(os.getenv("concurrency_count", 5))
|
| 77 |
|
|
|
|
| 71 |
|
| 72 |
print(f"astro args: {gws.args}")
|
| 73 |
|
| 74 |
+
model_path = os.getenv("model", "universeTBD/AstroLLaVA_v1")
|
| 75 |
bits = int(os.getenv("bits", 4))
|
| 76 |
concurrency_count = int(os.getenv("concurrency_count", 5))
|
| 77 |
|