Smith42 commited on
Commit
c1607bf
1 Parent(s): 163c9f2

Link to new model

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