Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -221,9 +221,7 @@ demo = gr.Interface(
|
|
| 221 |
2. **Classification**: LightGBM with hybrid features (detects WHAT)
|
| 222 |
|
| 223 |
Trained on DocTamper dataset (140K samples).
|
| 224 |
-
"""
|
| 225 |
-
theme=gr.themes.Soft(),
|
| 226 |
-
allow_flagging="never"
|
| 227 |
)
|
| 228 |
|
| 229 |
|
|
|
|
| 221 |
2. **Classification**: LightGBM with hybrid features (detects WHAT)
|
| 222 |
|
| 223 |
Trained on DocTamper dataset (140K samples).
|
| 224 |
+
"""
|
|
|
|
|
|
|
| 225 |
)
|
| 226 |
|
| 227 |
|