Spaces:
Running
Running
Asankhaya Sharma
commited on
Commit
·
c665729
1
Parent(s):
41fa981
update checkpoint
Browse files
app.py
CHANGED
@@ -3,8 +3,7 @@ import torch
|
|
3 |
import streamlit as st
|
4 |
from streamlit_chat import message
|
5 |
|
6 |
-
checkpoint = "
|
7 |
-
#checkpoint = "microsoft/DialoGPT-large"
|
8 |
|
9 |
@st.cache_resource
|
10 |
def get_model():
|
|
|
3 |
import streamlit as st
|
4 |
from streamlit_chat import message
|
5 |
|
6 |
+
checkpoint = "."
|
|
|
7 |
|
8 |
@st.cache_resource
|
9 |
def get_model():
|