Spaces:
Running
Running
BeardedMonster
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import nest_asyncio
|
|
11 |
|
12 |
nest_asyncio.apply()
|
13 |
|
14 |
-
repo_name = "
|
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)
|