sm-riti16 commited on
Commit
8f84e1d
·
verified ·
1 Parent(s): 4ed31e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -11
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