Neelanjan commited on
Commit
a4da1b4
·
1 Parent(s): ae42846

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -7,10 +7,10 @@ Original file is located at
7
  https://colab.research.google.com/drive/1yIRyQq7IUIqBQiXAPKoa0n2gT8Lr_qMw
8
  """
9
 
10
- !pip install openai
11
- !pip install imageio
12
- !pip install replicate
13
- !pip install gradio
14
 
15
  """## Importing Libraries"""
16
 
@@ -160,7 +160,7 @@ result_image = overlay_images(background_image_path, foreground_image_path)
160
  result_image.save("result.jpg") # Save the final image to a file
161
  result_image.show() # Display the final image
162
 
163
- !pip install imageio
164
 
165
  from PIL import Image, ImageSequence
166
 
 
7
  https://colab.research.google.com/drive/1yIRyQq7IUIqBQiXAPKoa0n2gT8Lr_qMw
8
  """
9
 
10
+ #!pip install openai
11
+ #!pip install imageio
12
+ #!pip install replicate
13
+ #!pip install gradio
14
 
15
  """## Importing Libraries"""
16
 
 
160
  result_image.save("result.jpg") # Save the final image to a file
161
  result_image.show() # Display the final image
162
 
163
+ #!pip install imageio
164
 
165
  from PIL import Image, ImageSequence
166