ashwinkumarbv commited on
Commit
42d0701
·
verified ·
1 Parent(s): b1cd6bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def gradio_interface():
36
  with gr.Blocks() as demo:
37
  # Title and Image
38
  gr.Markdown("## weekend with vijayraj")
39
- gr.Image("Image.jpg").scale(width = 224 ,height = 224) # Replace with your image URL or path.
40
 
41
  # Input and Output
42
  with gr.Row():
 
36
  with gr.Blocks() as demo:
37
  # Title and Image
38
  gr.Markdown("## weekend with vijayraj")
39
+ gr.Image("Image.jpg")
40
 
41
  # Input and Output
42
  with gr.Row():