Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ if upload_model_button:
|
|
| 29 |
st.error("Model directory does not exist. Please make sure the model is fine-tuned first.")
|
| 30 |
|
| 31 |
# Section for using the model in the app
|
| 32 |
-
st.header("Ask Me Any Coding Question!")
|
| 33 |
|
| 34 |
# Load model and tokenizer (either from local directory or Hugging Face Hub)
|
| 35 |
model_name = repo_name # Use the repo name if the model is on Hugging Face Hub, else use local dir
|
|
|
|
| 29 |
st.error("Model directory does not exist. Please make sure the model is fine-tuned first.")
|
| 30 |
|
| 31 |
# Section for using the model in the app
|
| 32 |
+
st.header("Ask Me Any Coding Question!!")
|
| 33 |
|
| 34 |
# Load model and tokenizer (either from local directory or Hugging Face Hub)
|
| 35 |
model_name = repo_name # Use the repo name if the model is on Hugging Face Hub, else use local dir
|