multimodalart HF staff commited on
Commit
8221d43
1 Parent(s): e981784

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -151,8 +151,10 @@ examples = [
151
  "The spirit of a Tamagotchi wandering in the city of Los Angeles",
152
  "A delicious feijoada ramen dish"
153
  ]
154
-
155
- with gr.Blocks() as demo:
 
 
156
  gr.Markdown(DESCRIPTION)
157
  gr.DuplicateButton(
158
  value="Duplicate Space for private use",
 
151
  "The spirit of a Tamagotchi wandering in the city of Los Angeles",
152
  "A delicious feijoada ramen dish"
153
  ]
154
+ css = '''
155
+ .gradio-container{max-width: 760px !important}
156
+ '''
157
+ with gr.Blocks(css=css) as demo:
158
  gr.Markdown(DESCRIPTION)
159
  gr.DuplicateButton(
160
  value="Duplicate Space for private use",