Grandediw commited on
Commit
e3e0fa5
·
verified ·
1 Parent(s): 5790f62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
  # Replace this with the name of your merged model on Hugging Face
5
- MERGED_MODEL_REPO = "Grandediw/lora-model"
6
 
7
  # Initialize the Inference Client with your merged model
8
  client = InferenceClient(MERGED_MODEL_REPO)
 
2
  from huggingface_hub import InferenceClient
3
 
4
  # Replace this with the name of your merged model on Hugging Face
5
+ MERGED_MODEL_REPO = "Grandediw/lora-model_finetuned"
6
 
7
  # Initialize the Inference Client with your merged model
8
  client = InferenceClient(MERGED_MODEL_REPO)