sh-zam commited on
Commit
80eb574
1 Parent(s): 9baa78d

Update model name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/AstroLLaVA_v1")
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