Update app.py
Browse files
app.py
CHANGED
|
@@ -5,16 +5,11 @@ from src.distilabel_dataset_generator.sft import app as sft_app
|
|
| 5 |
|
| 6 |
|
| 7 |
theme = gr.themes.Monochrome(
|
| 8 |
-
text_size="lg",
|
| 9 |
spacing_size="md",
|
| 10 |
font=[gr.themes.GoogleFont('Inter'), 'ui-sans-serif', 'system-ui', 'sans-serif'],
|
| 11 |
|
| 12 |
-
).set(
|
| 13 |
-
input_text_size='*text_md',
|
| 14 |
-
button_large_text_size='*text_md'
|
| 15 |
)
|
| 16 |
|
| 17 |
-
|
| 18 |
demo = gr.TabbedInterface(
|
| 19 |
[sft_app, faq_app],
|
| 20 |
["Supervised Fine-Tuning", "FAQ"],
|
|
|
|
| 5 |
|
| 6 |
|
| 7 |
theme = gr.themes.Monochrome(
|
|
|
|
| 8 |
spacing_size="md",
|
| 9 |
font=[gr.themes.GoogleFont('Inter'), 'ui-sans-serif', 'system-ui', 'sans-serif'],
|
| 10 |
|
|
|
|
|
|
|
|
|
|
| 11 |
)
|
| 12 |
|
|
|
|
| 13 |
demo = gr.TabbedInterface(
|
| 14 |
[sft_app, faq_app],
|
| 15 |
["Supervised Fine-Tuning", "FAQ"],
|