Spaces:
Sleeping
Sleeping
Update model name
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ if __name__ == "__main__":
|
|
74 |
|
75 |
print(f"astro args: {gws.args}")
|
76 |
|
77 |
-
model_path = os.getenv("model", "universeTBD/
|
78 |
bits = int(os.getenv("bits", 4))
|
79 |
concurrency_count = int(os.getenv("concurrency_count", 5))
|
80 |
|
|
|
74 |
|
75 |
print(f"astro args: {gws.args}")
|
76 |
|
77 |
+
model_path = os.getenv("model", "universeTBD/AstroLLaVA_v2")
|
78 |
bits = int(os.getenv("bits", 4))
|
79 |
concurrency_count = int(os.getenv("concurrency_count", 5))
|
80 |
|