Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def health_check(name):
|
|
44 |
|
45 |
health_check_gr = gradio.Interface(
|
46 |
fn=health_check,
|
47 |
-
inputs="text",
|
48 |
outputs="text"
|
49 |
)
|
50 |
|
|
|
44 |
|
45 |
health_check_gr = gradio.Interface(
|
46 |
fn=health_check,
|
47 |
+
inputs=["text","text", "text"]
|
48 |
outputs="text"
|
49 |
)
|
50 |
|