Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update: Text format
Browse files
app.py
CHANGED
|
@@ -146,7 +146,7 @@ def get_device_info():
|
|
| 146 |
### Create Form interface with Gradio Framework ##################################
|
| 147 |
with gr.Blocks() as demo:
|
| 148 |
gr.HTML("<h2>Multi-Axis Regression of Whisky Tasting Notes</h2>")
|
| 149 |
-
gr.HTML("This model 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
|
| 150 |
gr.HTML(f"<span style='color: var(--block-title-text-color)'>{get_device_info()}</span>")
|
| 151 |
|
| 152 |
with gr.Row(): # alles nebeneinander
|
|
|
|
| 146 |
### Create Form interface with Gradio Framework ##################################
|
| 147 |
with gr.Blocks() as demo:
|
| 148 |
gr.HTML("<h2>Multi-Axis Regression of Whisky Tasting Notes</h2>")
|
| 149 |
+
gr.HTML("This model 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 — <strong>grainy</strong>, <strong>grassy</strong>, <strong>fragrant</strong>, <strong>fruity</strong>, <strong>peated</strong>, <strong>woody</strong>, <strong>winey</strong> and <strong>off-notes</strong> — on a continuous scale from 0 (none) to 4 (extreme).")
|
| 150 |
gr.HTML(f"<span style='color: var(--block-title-text-color)'>{get_device_info()}</span>")
|
| 151 |
|
| 152 |
with gr.Row(): # alles nebeneinander
|