Spaces:
Running
Running
fix formatting
Browse files
main.py
CHANGED
|
@@ -157,9 +157,9 @@ def gradio_predict(text, monte_carlo, n_samples):
|
|
| 157 |
with gr.Blocks(title="EmCoder - Probabilistic Emotion Recognition") as ui:
|
| 158 |
gr.Markdown("# EmCoder - Probabilistic Emotion Recognition")
|
| 159 |
gr.Markdown(
|
| 160 |
-
"### 🛜 API Endpoint: https://yezdata-emcoder-api-ui.hf.space/predict |"
|
| 161 |
-
"[📋 API Docs](/docs)
|
| 162 |
-
"[🤗 Model Hub Card](https://huggingface.co/yezdata/EmCoder)
|
| 163 |
"Live API service and graphical interface demonstrating **EmCoder's** epistemic and aleatoric "
|
| 164 |
"uncertainty decomposition via Monte Carlo Dropout across **28 multi-label emotion classes**."
|
| 165 |
)
|
|
|
|
| 157 |
with gr.Blocks(title="EmCoder - Probabilistic Emotion Recognition") as ui:
|
| 158 |
gr.Markdown("# EmCoder - Probabilistic Emotion Recognition")
|
| 159 |
gr.Markdown(
|
| 160 |
+
"### 🛜 API Endpoint: https://yezdata-emcoder-api-ui.hf.space/predict | "
|
| 161 |
+
"[📋 API Docs](/docs) | "
|
| 162 |
+
"[🤗 Model Hub Card](https://huggingface.co/yezdata/EmCoder)\n\n"
|
| 163 |
"Live API service and graphical interface demonstrating **EmCoder's** epistemic and aleatoric "
|
| 164 |
"uncertainty decomposition via Monte Carlo Dropout across **28 multi-label emotion classes**."
|
| 165 |
)
|