Spaces:
Running on CPU Upgrade

ziem-io commited on
Commit
0383795
·
1 Parent(s): dba2133

Update: Replace headline

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>Submit Whisky Review for Classification</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