MedoHamdani commited on
Commit
401eccd
·
verified ·
1 Parent(s): 8bb7ee8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ def resize_image(image, width, height):
5
  image = Image.open(image)
6
  image = image.resize((width, height))
7
  return image
8
-
9
  with gr.Blocks() as demo:
10
  gr.Markdown("# 🖼️ Image Scaler")
11
  with gr.Row():
 
5
  image = Image.open(image)
6
  image = image.resize((width, height))
7
  return image
8
+
9
  with gr.Blocks() as demo:
10
  gr.Markdown("# 🖼️ Image Scaler")
11
  with gr.Row():