jamino30 commited on
Commit
d1b5372
·
verified ·
1 Parent(s): c8ae1d1

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -98,7 +98,7 @@ def set_slider(value):
98
  css = """
99
  #container {
100
  margin: 0 auto;
101
- max-width: 1200px;
102
  }
103
  """
104
 
@@ -114,7 +114,7 @@ with gr.Blocks(css=css) as demo:
114
 
115
  examples = gr.Examples(
116
  examples=[
117
- ['./content_images/Bridge.jpg', 'Starry Night', 6],
118
  ['./content_images/GoldenRetriever.jpg', 'Great Wave', 5],
119
  ['./content_images/CameraGirl.jpg', 'Bokeh', 10]
120
  ],
 
98
  css = """
99
  #container {
100
  margin: 0 auto;
101
+ max-width: 1500px;
102
  }
103
  """
104
 
 
114
 
115
  examples = gr.Examples(
116
  examples=[
117
+ ['./content_images/Surfer.jpg', 'Starry Night', 10],
118
  ['./content_images/GoldenRetriever.jpg', 'Great Wave', 5],
119
  ['./content_images/CameraGirl.jpg', 'Bokeh', 10]
120
  ],