laxsvips commited on
Commit
f994180
·
1 Parent(s): 879fdca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def health_check(name):
44
  gradio_interface = gradio.Interface(
45
  fn=health_check,
46
  inputs="text",
47
- outputs="text"
48
  )
49
  gradio_interface.launch()
50
 
 
44
  gradio_interface = gradio.Interface(
45
  fn=health_check,
46
  inputs="text",
47
+ outputs="json"
48
  )
49
  gradio_interface.launch()
50