Charmainemahachi commited on
Commit
e0133a4
·
verified ·
1 Parent(s): 1fb4f2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -7,11 +7,11 @@ Original file is located at
7
  https://colab.research.google.com/drive/1kJdblTHuqDn8HCKTuEpoApkN05Gzjpot
8
  """
9
 
10
- !pip install gradio #used for creating the demo
11
 
12
- !pip install timm
13
 
14
- !pip install huggingface_hub
15
 
16
  from huggingface_hub import notebook_login
17
 
 
7
  https://colab.research.google.com/drive/1kJdblTHuqDn8HCKTuEpoApkN05Gzjpot
8
  """
9
 
10
+ #!pip install gradio #used for creating the demo
11
 
12
+ #!pip install timm
13
 
14
+ #!pip install huggingface_hub
15
 
16
  from huggingface_hub import notebook_login
17