sakthi54321 commited on
Commit
e30d0e0
·
verified ·
1 Parent(s): 262542b

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 transformers import AutoTokenizer, AutoModelForCausalLM
3
 
4
  # Load the tokenizer and model from your Hugging Face repository
5
- model_path = "your-username/your-repository-name" # Update with your model's repo
6
 
7
  tokenizer = AutoTokenizer.from_pretrained(model_path)
8
  model = AutoModelForCausalLM.from_pretrained(model_path)
 
2
  from transformers import AutoTokenizer, AutoModelForCausalLM
3
 
4
  # Load the tokenizer and model from your Hugging Face repository
5
+ model_path = "sakthi54321/Power_chat_ai" # Update with your model's repo
6
 
7
  tokenizer = AutoTokenizer.from_pretrained(model_path)
8
  model = AutoModelForCausalLM.from_pretrained(model_path)