FridaKahlosArtCenter commited on
Commit
12afd66
1 Parent(s): 90e022a

adjustd examples

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -175,11 +175,11 @@ iface = gr.Interface(
175
  concurrency_limit=2,
176
  examples=[
177
  [
178
- "/path/to/example_initial_image1.jpg", # Initial Image
179
- "/path/to/example_logo1.png", # Logo
180
- "A scenic mountain landscape", # Prompt
181
- "Discover More", # Button Text
182
- "Escape into Nature", # Punchline
183
  "#00FF00", # Image Color
184
  "#0000FF", # Theme Color
185
  ]
 
175
  concurrency_limit=2,
176
  examples=[
177
  [
178
+ "./assets/city_image.jpg", # Initial Image
179
+ "./assets/logo.png", # Logo
180
+ "Big bank building finance", # Prompt
181
+ "Discover More!", # Button Text
182
+ "We Maximize Risk-Adusted Returns for Our Customers", # Punchline
183
  "#00FF00", # Image Color
184
  "#0000FF", # Theme Color
185
  ]