Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
|
|
|
|
|
|
|
| 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",
|