Update app.py
Browse files
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-
|
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)
|