Kvikontent commited on
Commit
695ca62
1 Parent(s): e0d9793

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"