Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ from huggingface_hub import InferenceClient, get_inference_endpoint
|
|
2 |
import gradio as gr
|
3 |
|
4 |
endpoint = get_inference_endpoint("qlora-nursegpt-nclex-mis-dt--eca")
|
5 |
-
client = endpoint.client
|
6 |
|
7 |
'''client = InferenceClient(
|
8 |
"Tawkat/qlora-nursegpt-nclex-mis-DT-v1"
|
|
|
2 |
import gradio as gr
|
3 |
|
4 |
endpoint = get_inference_endpoint("qlora-nursegpt-nclex-mis-dt--eca")
|
5 |
+
client = endpoint.client
|
6 |
|
7 |
'''client = InferenceClient(
|
8 |
"Tawkat/qlora-nursegpt-nclex-mis-DT-v1"
|