Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,17 +7,6 @@ Original file is located at
|
|
| 7 |
https://colab.research.google.com/drive/1AOluTRpRSCrd9WaBE5wvo6sojvJ3My6F
|
| 8 |
"""
|
| 9 |
|
| 10 |
-
!pip install autogluon.tabular --quiet
|
| 11 |
-
|
| 12 |
-
import os # For filesystem operations
|
| 13 |
-
import shutil # For directory cleanup
|
| 14 |
-
import zipfile # For extracting model archives
|
| 15 |
-
import pathlib # For path manipulations
|
| 16 |
-
import pandas # For tabular data handling
|
| 17 |
-
import gradio # For interactive UI
|
| 18 |
-
import huggingface_hub # For downloading model assets
|
| 19 |
-
import autogluon.tabular # For loading and running AutoGluon predictors
|
| 20 |
-
|
| 21 |
# app.py
|
| 22 |
import os
|
| 23 |
import shutil
|
|
|
|
| 7 |
https://colab.research.google.com/drive/1AOluTRpRSCrd9WaBE5wvo6sojvJ3My6F
|
| 8 |
"""
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
# app.py
|
| 11 |
import os
|
| 12 |
import shutil
|