prithivMLmods commited on
Commit
638b162
1 Parent(s): 9fc65a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ css = '''
185
  .gradio-container{max-width: 560px !important}
186
  h1{text-align:center}
187
  '''
188
- with gr.Blocks(css=css, theme="NoCrypt/miku") as demo:
189
  gr.Markdown(DESCRIPTION)
190
  gr.DuplicateButton(
191
  value="Duplicate Space for private use",
 
185
  .gradio-container{max-width: 560px !important}
186
  h1{text-align:center}
187
  '''
188
+ with gr.Blocks(css=css, theme="shivi/calm_seafoam") as demo:
189
  gr.Markdown(DESCRIPTION)
190
  gr.DuplicateButton(
191
  value="Duplicate Space for private use",