evalstate HF Staff commited on
Commit
af4e568
·
verified ·
1 Parent(s): 11bc4fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -41,14 +41,14 @@ examples = [
41
  "an anime illustration of a wiener schnitzel",
42
  ]
43
 
44
- css="""
45
- #col-container {
46
- margin: 0 auto;
47
- max-width: 520px;
48
- }
49
- """
50
 
51
- with gr.Blocks(css=css) as demo:
52
 
53
  with gr.Column(elem_id="col-container"):
54
  gr.Markdown(f"""# FLUX.1 [schnell]
 
41
  "an anime illustration of a wiener schnitzel",
42
  ]
43
 
44
+ # css="""
45
+ # #col-container {
46
+ # margin: 0 auto;
47
+ # max-width: 520px;
48
+ # }
49
+ # """
50
 
51
+ with gr.Blocks() as demo:
52
 
53
  with gr.Column(elem_id="col-container"):
54
  gr.Markdown(f"""# FLUX.1 [schnell]