Yntec commited on
Commit
f715410
1 Parent(s): 2a88e5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -11
app.py CHANGED
@@ -65,12 +65,6 @@ with gr.Blocks(css=css) as myface:
65
  border-bottom-color: #ffffff !important;
66
  border-left-color: #000000 !important;
67
  }
68
-
69
- .gr-text-input{
70
- color: white !important;
71
- background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
72
- }
73
-
74
  </style>
75
  <body>
76
  <div class="center"><h1>ToyWorld XL 401</h1>
@@ -83,11 +77,7 @@ with gr.Blocks(css=css) as myface:
83
  <br><h4>The first time you load a model it takes 200 seconds</h4>
84
  <br><h4>But after it's loaded each new image takes 20 seconds to generate!</h4></p>
85
  </div>
86
- """)
87
- # .gr-dropdown{
88
- # color: white !important;
89
- # background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
90
- # }
91
  with gr.Row():
92
  with gr.Column(scale=100):
93
  #Model selection dropdown
 
65
  border-bottom-color: #ffffff !important;
66
  border-left-color: #000000 !important;
67
  }
 
 
 
 
 
 
68
  </style>
69
  <body>
70
  <div class="center"><h1>ToyWorld XL 401</h1>
 
77
  <br><h4>The first time you load a model it takes 200 seconds</h4>
78
  <br><h4>But after it's loaded each new image takes 20 seconds to generate!</h4></p>
79
  </div>
80
+ """)
 
 
 
 
81
  with gr.Row():
82
  with gr.Column(scale=100):
83
  #Model selection dropdown