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