Spaces:
Sleeping
Sleeping
Kvikontent
commited on
Commit
•
695ca62
1
Parent(s):
e0d9793
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
from huggingface_hub import InferenceClient
|
|
|
3 |
|
4 |
# Set up the model and client
|
5 |
model_name = "01-ai/Yi-1.5-34B-Chat"
|
|
|
1 |
import streamlit as st
|
2 |
from huggingface_hub import InferenceClient
|
3 |
+
import os
|
4 |
|
5 |
# Set up the model and client
|
6 |
model_name = "01-ai/Yi-1.5-34B-Chat"
|