kingabzpro commited on
Commit
943a7c3
1 Parent(s): 091f6c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ gradio_ui = gr.Interface(
32
  ["Riding a tempest of emotions, where ecstatic highs crash into desolate lows without warning."]
33
  ],
34
  inputs=gr.Textbox(lines=10, label="Write the text here"),
35
- outputs=gr.Label(num_top_classes=4, type="auto", label="Mental Health Disorder Category"),
36
  theme="huggingface",
37
  article="<p style='text-align: center'>Please read the tutorial to fine-tune the Llama 3.1 model on Mental Health Classification <a href='https://www.datacamp.com/tutorial/fine-tuning-llama-3-1' target='_blank'>https://www.datacamp.com/tutorial/fine-tuning-llama-3-1</a></p>",
38
  )
 
32
  ["Riding a tempest of emotions, where ecstatic highs crash into desolate lows without warning."]
33
  ],
34
  inputs=gr.Textbox(lines=10, label="Write the text here"),
35
+ outputs=gr.Label(num_top_classes=4, label="Mental Health Disorder Category"),
36
  theme="huggingface",
37
  article="<p style='text-align: center'>Please read the tutorial to fine-tune the Llama 3.1 model on Mental Health Classification <a href='https://www.datacamp.com/tutorial/fine-tuning-llama-3-1' target='_blank'>https://www.datacamp.com/tutorial/fine-tuning-llama-3-1</a></p>",
38
  )