ysharma HF Staff commited on
Commit
1ddb035
·
verified ·
1 Parent(s): 8d5c635

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -102,13 +102,19 @@ examples = [
102
  "a close up of a woman wearing a transparent, prismatic, elaborate nemeses headdress, over the should pose, brown skin-tone"
103
  ]
104
 
105
- css = '''
106
  .gradio-container{max-width: 560px !important}
107
  h1{text-align:center}
108
  footer {
109
  visibility: hidden
110
  }
111
  '''
 
 
 
 
 
 
112
  with gr.Blocks(css=css, theme="pseudolab/huggingface-korea-theme") as demo:
113
  gr.Markdown(DESCRIPTION)
114
  gr.DuplicateButton(
 
102
  "a close up of a woman wearing a transparent, prismatic, elaborate nemeses headdress, over the should pose, brown skin-tone"
103
  ]
104
 
105
+ css1 = '''
106
  .gradio-container{max-width: 560px !important}
107
  h1{text-align:center}
108
  footer {
109
  visibility: hidden
110
  }
111
  '''
112
+
113
+ css = '''
114
+ .gradio-container{max-width: 560px !important}
115
+ h1{text-align:center}
116
+ '''
117
+
118
  with gr.Blocks(css=css, theme="pseudolab/huggingface-korea-theme") as demo:
119
  gr.Markdown(DESCRIPTION)
120
  gr.DuplicateButton(