Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import streamlit as st
|
|
8 |
import torch
|
9 |
|
10 |
# Define the model repository
|
11 |
-
REPO_NAME = 'schuler/experimental-
|
12 |
# REPO_NAME = 'schuler/experimental-JP47D20'
|
13 |
# REPO_NAME = 'schuler/experimental-JP47D21-KPhi-3-micro-4k-instruct'
|
14 |
|
|
|
8 |
import torch
|
9 |
|
10 |
# Define the model repository
|
11 |
+
REPO_NAME = 'schuler/experimental-JP47G03C'
|
12 |
# REPO_NAME = 'schuler/experimental-JP47D20'
|
13 |
# REPO_NAME = 'schuler/experimental-JP47D21-KPhi-3-micro-4k-instruct'
|
14 |
|