Tawkat commited on
Commit
84f0cc0
1 Parent(s): d345f76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"