Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -95,12 +95,7 @@ load_network(model, MODEL_NAME, strict=True, param_key='params')
|
|
95 |
|
96 |
|
97 |
css = """
|
98 |
-
|
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=
|
|
|
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)
|