Spaces:
Build error
Build error
print out static dir
Browse files- app/app.py +1 -1
app/app.py
CHANGED
@@ -165,7 +165,7 @@ if model.find("Indonesian Literature") != -1:
|
|
165 |
elif model == "Indonesian Persona Chatbot":
|
166 |
st.subheader("Indonesian GPT-2 Persona Chatbot")
|
167 |
STREAMLIT_STATIC_PATH = pathlib.Path(st.__path__[0]) / 'static'
|
168 |
-
st.write(
|
169 |
# We create a videos directory within the streamlit static asset directory
|
170 |
# and we write output files to it
|
171 |
ASSETS_PATH = STREAMLIT_STATIC_PATH/"gpt2-app"
|
|
|
165 |
elif model == "Indonesian Persona Chatbot":
|
166 |
st.subheader("Indonesian GPT-2 Persona Chatbot")
|
167 |
STREAMLIT_STATIC_PATH = pathlib.Path(st.__path__[0]) / 'static'
|
168 |
+
st.write(STREAMLIT_STATIC_PATH)
|
169 |
# We create a videos directory within the streamlit static asset directory
|
170 |
# and we write output files to it
|
171 |
ASSETS_PATH = STREAMLIT_STATIC_PATH/"gpt2-app"
|