Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ def inference(img, version, scale):
|
|
108 |
print('global exception', error)
|
109 |
return None, None
|
110 |
|
111 |
-
custom_css="""
|
112 |
.gradio_wrapper .gradio_bg[is_embedded=false] .gradio_page .footer {
|
113 |
visibility: hidden;
|
114 |
}
|
@@ -140,4 +140,4 @@ demo = gr.Interface(
|
|
140 |
examples=[['a1.jpg', 'v1.4', 2], ['a2.jpg', 'v1.4', 2], ['a3.jpg', 'v1.4', 2],['a4.jpg', 'v1.4', 2]])
|
141 |
|
142 |
demo.queue(concurrency_count=4)
|
143 |
-
demo.launch(
|
|
|
108 |
print('global exception', error)
|
109 |
return None, None
|
110 |
|
111 |
+
custom_css ="""
|
112 |
.gradio_wrapper .gradio_bg[is_embedded=false] .gradio_page .footer {
|
113 |
visibility: hidden;
|
114 |
}
|
|
|
140 |
examples=[['a1.jpg', 'v1.4', 2], ['a2.jpg', 'v1.4', 2], ['a3.jpg', 'v1.4', 2],['a4.jpg', 'v1.4', 2]])
|
141 |
|
142 |
demo.queue(concurrency_count=4)
|
143 |
+
demo.launch()
|