KingNish commited on
Commit
9dabfc7
1 Parent(s): b85b29f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ examples = [
175
  "professional portrait photo of an anthropomorphic cat wearing fancy gentleman hat and jacket walking in autumn forest.",
176
  ]
177
 
178
- with gr.Blocks(css="style.css") as demo:
179
  gr.Markdown(DESCRIPTION)
180
  gr.DuplicateButton(
181
  value="Duplicate Space for private use",
 
175
  "professional portrait photo of an anthropomorphic cat wearing fancy gentleman hat and jacket walking in autumn forest.",
176
  ]
177
 
178
+ with gr.Blocks() as demo:
179
  gr.Markdown(DESCRIPTION)
180
  gr.DuplicateButton(
181
  value="Duplicate Space for private use",