krisha06 commited on
Commit
e2c1406
·
verified ·
1 Parent(s): 9ed07a9

Update app.py

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