Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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 |
|