BeardedMonster commited on
Commit
aadaab0
·
verified ·
1 Parent(s): 332a731

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import nest_asyncio
11
 
12
  nest_asyncio.apply()
13
 
14
- repo_name = "BeardedMonster/SabiYarn-125M"
15
  device = "cuda" if torch.cuda.is_available() else "cpu"
16
 
17
  @st.cache_resource(show_spinner=False)
 
11
 
12
  nest_asyncio.apply()
13
 
14
+ repo_name = "Aletheia-ng/SabiYarn-125M"
15
  device = "cuda" if torch.cuda.is_available() else "cpu"
16
 
17
  @st.cache_resource(show_spinner=False)