thviet79 commited on
Commit
77ff7a1
1 Parent(s): cbc8498

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ from huggingface_hub import InferenceClient
8
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
9
  """
10
 
11
- client = DiffusionPipeline.from_pretrained("thviet79/model-QA-medical", use_safetensors=True)
12
- #client = InferenceClient("thviet79/model-QA-medical")
13
 
14
 
15
 
 
8
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
9
  """
10
 
11
+ client = DiffusionPipeline.from_pretrained("thviet79/model-QA-medical-2024", use_safetensors=True)
12
+ #client = InferenceClient("thviet79/model-QA-medical-2024")
13
 
14
 
15