zerostratos commited on
Commit
8da0eea
·
verified ·
1 Parent(s): 3361aa9

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
2
  import gradio as gr
3
 
4
  client = InferenceClient(
5
- "zerostratos/test"
6
  )
7
 
8
 
 
2
  import gradio as gr
3
 
4
  client = InferenceClient(
5
+ "thviet79/model-QA-medical"
6
  )
7
 
8