Rooni commited on
Commit
36815eb
1 Parent(s): a8c286e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -95,12 +95,7 @@ load_network(model, MODEL_NAME, strict=True, param_key='params')
95
 
96
 
97
  css = """
98
- .image-frame img, .image-container img {
99
- width: auto;
100
- height: auto;
101
- max-width: none;
102
- }
103
-
104
  """
105
 
106
  demo = gr.Interface(
@@ -114,4 +109,4 @@ demo = gr.Interface(
114
  )
115
 
116
  if __name__ == "__main__":
117
- demo.queue(max_size=5).launch()
 
95
 
96
 
97
  css = """
98
+ footer {visibility: hidden !important;}
 
 
 
 
 
99
  """
100
 
101
  demo = gr.Interface(
 
109
  )
110
 
111
  if __name__ == "__main__":
112
+ demo.queue(max_size=2).launch(show_api=False, share=False)