DField commited on
Commit
415e562
1 Parent(s): 6652061

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ def resize_image(input_path, output_path, size):
9
  def create_interface():
10
  title = "Empowering Everything with AI"
11
  subtitle = "We believe in empowering everything through the transformative power of AI. Just like a hydrangea, where many people come together to create a new society. \nJoin us in building a future where AI connects and enhances every aspect of life."
12
- input_image_path = "image.png"
13
- output_image_path = "resized_image.png"
14
 
15
  # Resize the image
16
  resize_image(input_image_path, output_image_path, (150, 100)) # Adjust size as needed
 
9
  def create_interface():
10
  title = "Empowering Everything with AI"
11
  subtitle = "We believe in empowering everything through the transformative power of AI. Just like a hydrangea, where many people come together to create a new society. \nJoin us in building a future where AI connects and enhances every aspect of life."
12
+ input_image_path = "image.jpeg"
13
+ output_image_path = "resized_image.jpeg"
14
 
15
  # Resize the image
16
  resize_image(input_image_path, output_image_path, (150, 100)) # Adjust size as needed