wooalex commited on
Commit
25f41d1
·
verified ·
1 Parent(s): bfba047

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. iti110_birds_cnn_resnet_gpt_4o.py +0 -7
iti110_birds_cnn_resnet_gpt_4o.py CHANGED
@@ -11,13 +11,6 @@ Based on the above pipeline, write a python code to create a Gradio UI which per
11
  Below is the Python code to create a Gradio UI that performs the tasks as specified. This code assumes you have already installed Gradio (pip install gradio) and other necessary libraries.
12
  """
13
 
14
- # Install pydub and ffmpeg
15
- !pip install pydub
16
- !apt-get install -y ffmpeg
17
-
18
- # Install gradio
19
- !pip install gradio
20
-
21
  import os
22
  import numpy as np
23
  import pandas as pd
 
11
  Below is the Python code to create a Gradio UI that performs the tasks as specified. This code assumes you have already installed Gradio (pip install gradio) and other necessary libraries.
12
  """
13
 
 
 
 
 
 
 
 
14
  import os
15
  import numpy as np
16
  import pandas as pd