Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,4 +12,4 @@ if hf_token is None or inference_endpoint is None:
|
|
12 |
|
13 |
secrets = {"HF_TOKEN": hf_token, "INFERENCE_ENDPOINT": inference_endpoint}
|
14 |
import gradio_client as grc
|
15 |
-
grc.Client("TeamTonic/mistralmeddiscordbot").deploy_discord(api_names=["
|
|
|
12 |
|
13 |
secrets = {"HF_TOKEN": hf_token, "INFERENCE_ENDPOINT": inference_endpoint}
|
14 |
import gradio_client as grc
|
15 |
+
grc.Client("TeamTonic/mistralmeddiscordbot").deploy_discord(api_names=["predict"])
|