Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ token = st.secrets["HUGGINGFACE_TOKEN"] # Make sure to add your Hugging Face to
|
|
| 8 |
|
| 9 |
# Define model directory and Hugging Face repo name
|
| 10 |
model_dir = "./tuned_model" # The directory where the fine-tuned model is saved
|
| 11 |
-
repo_name = "
|
| 12 |
|
| 13 |
# Streamlit App Title
|
| 14 |
st.title("AI Coding Mentor")
|
|
|
|
| 8 |
|
| 9 |
# Define model directory and Hugging Face repo name
|
| 10 |
model_dir = "./tuned_model" # The directory where the fine-tuned model is saved
|
| 11 |
+
repo_name = "krisha06/Python_tutor" # Replace with your Hugging Face repo name
|
| 12 |
|
| 13 |
# Streamlit App Title
|
| 14 |
st.title("AI Coding Mentor")
|