Spaces:
Running
Running
kovacsvi
commited on
Commit
·
cdbd963
1
Parent(s):
a1dac96
making it even prettier
Browse files
interfaces/cap_minor_media.py
CHANGED
@@ -146,7 +146,7 @@ You can choose between two approaches for making predictions:
|
|
146 |
First, the model predicts a **major topic**. Then, a second model selects the most probable **subtopic** from within that major topic's category.
|
147 |
|
148 |
**2. Flat Classification (single model)**
|
149 |
-
A single model directly predicts the most relevant label from all available classes
|
150 |
"""
|
151 |
|
152 |
demo = gr.Interface(
|
|
|
146 |
First, the model predicts a **major topic**. Then, a second model selects the most probable **subtopic** from within that major topic's category.
|
147 |
|
148 |
**2. Flat Classification (single model)**
|
149 |
+
A single model directly predicts the most relevant label from all available classes (both media and minor topics).
|
150 |
"""
|
151 |
|
152 |
demo = gr.Interface(
|