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

Update app.py

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