Rooni commited on
Commit
f7d3a34
·
1 Parent(s): fbea788

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -15
app.py CHANGED
@@ -195,21 +195,6 @@ def img2img(input_image, denoising, prompt, negative_prompt, model, steps, sampl
195
 
196
 
197
  css = """
198
- #generate {
199
- width: 100%;
200
- background: transparent !important;
201
- outline: none !important;
202
- color: #FFF;
203
- font-size: 16px;
204
- padding: 10px 20px;
205
- border: 3px solid #fff;
206
- border-radius: 15px;
207
- transition: background-color 0.5s ease-in-out;
208
- }
209
- #generate:hover {
210
- background: #fff !important;
211
- color: #000;
212
- }
213
  footer {visibility: hidden !important;}
214
  """
215
 
 
195
 
196
 
197
  css = """
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
198
  footer {visibility: hidden !important;}
199
  """
200