Dagfinn1962 commited on
Commit
7cc610b
·
1 Parent(s): 9d32d21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ gr.Interface(theme='ParityError/Anime', fn=genie, inputs=[gr.Textbox(label='Inpu
37
  ],
38
  outputs=gr.Image(label='Generated Image'),
39
 
40
- css = '''
41
  .gradio-container{max-width: 1200px !important}
42
  h1{text-align:center}
43
 
 
37
  ],
38
  outputs=gr.Image(label='Generated Image'),
39
 
40
+ css = css
41
  .gradio-container{max-width: 1200px !important}
42
  h1{text-align:center}
43