Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update: Replace headline
Browse files
app.py
CHANGED
|
@@ -179,7 +179,7 @@ def get_device_info():
|
|
| 179 |
|
| 180 |
### Create Form interface with Gradio Framework ##################################
|
| 181 |
with gr.Blocks() as demo:
|
| 182 |
-
gr.HTML("<h2>
|
| 183 |
gr.HTML("This nodel is a fine-tuned version of <a href='https://huggingface.co/microsoft/deberta-v3-base'>microsoft/deberta-v3-base</a> designed to analyze English whisky tasting notes. It predicts the intensity of eight sensory categories — grainy, grassy, fragrant, fruity, peated, woody, winey and off-notes — on a continuous scale from 0 (none) to 4 (extreme).")
|
| 184 |
gr.HTML(f"<span style='color: var(--block-title-text-color)'>{get_device_info()}</span>")
|
| 185 |
|
|
|
|
| 179 |
|
| 180 |
### Create Form interface with Gradio Framework ##################################
|
| 181 |
with gr.Blocks() as demo:
|
| 182 |
+
gr.HTML("<h2>Multi-Axis Regression of Whisky Tasting Notes</h2>")
|
| 183 |
gr.HTML("This nodel is a fine-tuned version of <a href='https://huggingface.co/microsoft/deberta-v3-base'>microsoft/deberta-v3-base</a> designed to analyze English whisky tasting notes. It predicts the intensity of eight sensory categories — grainy, grassy, fragrant, fruity, peated, woody, winey and off-notes — on a continuous scale from 0 (none) to 4 (extreme).")
|
| 184 |
gr.HTML(f"<span style='color: var(--block-title-text-color)'>{get_device_info()}</span>")
|
| 185 |
|