Ashrafb commited on
Commit
28f9650
1 Parent(s): 08c3cb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -120,13 +120,14 @@ demo = gr.Interface(
120
  gr.inputs.Number(label="Кратность увеличения", default=2),
121
  # gr.Slider(0, 100, label='Weight, only for CodeFormer. 0 for better quality, 100 for better identity', default=50)
122
  ], [
123
- gr.outputs.Image(type="numpy", label="Output (The whole image)"),
124
  gr.outputs.File(label="Download the output image")
125
  ],
126
  title=title,
127
  description=description,
128
  article=article,
129
- css=".gradio-container {background-color: #FFE4C4}",
 
130
  # examples=[['AI-generate.jpg', 'v1.4', 2, 50], ['lincoln.jpg', 'v1.4', 2, 50], ['Blake_Lively.jpg', 'v1.4', 2, 50],
131
  # ['10045.png', 'v1.4', 2, 50]]).launch()
132
  examples=[])
 
120
  gr.inputs.Number(label="Кратность увеличения", default=2),
121
  # gr.Slider(0, 100, label='Weight, only for CodeFormer. 0 for better quality, 100 for better identity', default=50)
122
  ], [
123
+ gr.outputs.Image(type="numpy", label="Output (The whole image)", show_share_button=False),
124
  gr.outputs.File(label="Download the output image")
125
  ],
126
  title=title,
127
  description=description,
128
  article=article,
129
+ theme=gr.themes.Base()
130
+ css="footer{display:none !important;}",
131
  # examples=[['AI-generate.jpg', 'v1.4', 2, 50], ['lincoln.jpg', 'v1.4', 2, 50], ['Blake_Lively.jpg', 'v1.4', 2, 50],
132
  # ['10045.png', 'v1.4', 2, 50]]).launch()
133
  examples=[])