ShenghaoYummy commited on
Commit
9c33257
·
verified ·
1 Parent(s): a652193

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
  import os
6
 
7
  # Update this to your Hugging Face model ID
8
- MODEL_ID = "YourUsername/TinyLlama-ECommerce-Chatbot" # Replace with your actual model ID
9
  BASE_MODEL_ID = "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
10
 
11
  def load_model():
 
5
  import os
6
 
7
  # Update this to your Hugging Face model ID
8
+ MODEL_ID = "ShenghaoYummy/TinyLlama-ECommerce-Chatbot" # Replace with your actual model ID
9
  BASE_MODEL_ID = "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
10
 
11
  def load_model():