nguyenbh commited on
Commit
99f7ee3
·
verified ·
1 Parent(s): 5084976

update url

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -667,7 +667,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
667
 
668
  with gr.Tab("Image & Text"):
669
  # Example 1
670
- gr.Image("https://upload.wikimedia.org/wikipedia/commons/thumb/3/31/Hanoi_Temple_of_Literature.jpg/640px-Hanoi_Temple_of_Literature.jpg", label="Preview")
671
  img_example1_btn = gr.Button("Write a limerick about this image")
672
 
673
  # Example 2
@@ -678,7 +678,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
678
  def run_image_example1():
679
  return process_image_example_direct(
680
  "Write a limerick about this image",
681
- "https://upload.wikimedia.org/wikipedia/commons/thumb/3/31/Hanoi_Temple_of_Literature.jpg/640px-Hanoi_Temple_of_Literature.jpg",
682
  [], []
683
  )
684
 
 
667
 
668
  with gr.Tab("Image & Text"):
669
  # Example 1
670
+ gr.Image("https://huggingface.co/spaces/microsoft/phi-4-multimodal/resolve/main/Hanoi_Temple_of_Literature.jpg", label="Preview")
671
  img_example1_btn = gr.Button("Write a limerick about this image")
672
 
673
  # Example 2
 
678
  def run_image_example1():
679
  return process_image_example_direct(
680
  "Write a limerick about this image",
681
+ "https://huggingface.co/spaces/microsoft/phi-4-multimodal/resolve/main/Hanoi_Temple_of_Literature.jpg",
682
  [], []
683
  )
684