ginipick commited on
Commit
d548c69
·
verified ·
1 Parent(s): 0225ff8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -165,12 +165,12 @@ button:hover {
165
  }
166
  """
167
 
168
- with gr.Blocks(theme=gr.themes.Default(), css=custom_css, analytics_enabled=False) as demo:
169
  gr.HTML('<div class="title">Pierre-Auguste Renoir STUDIO</div>')
170
  gr.HTML('<div class="subtitle">🎨 Image to Video Explore: <a href="https://huggingface.co/spaces/ginigen/theater" target="_blank">https://huggingface.co/spaces/ginigen/theater</a></div>')
171
 
172
  # Model description with the requested content
173
- with gr.Box(elem_classes="model-description"):
174
  gr.Markdown("""
175
  # About This Model
176
 
 
165
  }
166
  """
167
 
168
+ with gr.Blocks(css=custom_css, analytics_enabled=False) as demo:
169
  gr.HTML('<div class="title">Pierre-Auguste Renoir STUDIO</div>')
170
  gr.HTML('<div class="subtitle">🎨 Image to Video Explore: <a href="https://huggingface.co/spaces/ginigen/theater" target="_blank">https://huggingface.co/spaces/ginigen/theater</a></div>')
171
 
172
  # Model description with the requested content
173
+ with gr.Group(elem_classes="model-description"):
174
  gr.Markdown("""
175
  # About This Model
176