kingabzpro
commited on
Commit
•
1025e47
1
Parent(s):
419d929
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ gradio_ui = gr.Interface(
|
|
36 |
],
|
37 |
inputs=gr.Textbox(lines=10, label="Write the text here"),
|
38 |
outputs=gr.Label(num_top_classes=4, label="Mental Health Disorder Category"),
|
39 |
-
theme=
|
40 |
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>",
|
41 |
)
|
42 |
|
|
|
36 |
],
|
37 |
inputs=gr.Textbox(lines=10, label="Write the text here"),
|
38 |
outputs=gr.Label(num_top_classes=4, label="Mental Health Disorder Category"),
|
39 |
+
theme= gr.themes.Soft(),
|
40 |
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>",
|
41 |
)
|
42 |
|