Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,10 +7,10 @@ Original file is located at
|
|
7 |
https://colab.research.google.com/drive/1yIRyQq7IUIqBQiXAPKoa0n2gT8Lr_qMw
|
8 |
"""
|
9 |
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
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 |
-
|
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 |
|