Spaces:
Running on CPU Upgrade

ziem-io commited on
Commit
0b5ea49
·
1 Parent(s): 7fa1794

Update: Text format

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, grassy, fragrant, fruity, peated, woody, winey and off-notes — 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
 
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