akhaliq HF Staff commited on
Commit
b8b0baf
·
verified ·
1 Parent(s): 0e057dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def edit_image(
92
  example_image_url = "https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo.png"
93
 
94
  example_data = [
95
- [example_image_url, "add a hat", "", 4.5, 50, 42],
96
  ]
97
 
98
  # Build Gradio interface
 
92
  example_image_url = "https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo.png"
93
 
94
  example_data = [
95
+ [example_image_url, "add a mustache", "", 4.5, 50, 42],
96
  ]
97
 
98
  # Build Gradio interface