multimodalart HF Staff commited on
Commit
f8a5342
·
verified ·
1 Parent(s): c9213f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -389,12 +389,9 @@ def replay_diffusion(frames, replay_speed):
389
  time.sleep(delay)
390
 
391
  # Define the Gradio UI
392
- css = '''
393
- .gradio-container > .fillable {
394
- max-width: 720px !important
395
- }
396
  '''
397
- with gr.Blocks(theme=gr.themes.Citrus()) as demo:
398
  gr.Markdown(
399
  """
400
  # The Annotated Discrete Diffusion Models
 
389
  time.sleep(delay)
390
 
391
  # Define the Gradio UI
392
+ css = '''.gradio-container > .fillable {max-width: 720px !important}
 
 
 
393
  '''
394
+ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
395
  gr.Markdown(
396
  """
397
  # The Annotated Discrete Diffusion Models