Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,6 @@ def main():
|
|
95 |
img_path.upload(fn=clear_fn2, inputs=clear_button, outputs=[result_text])
|
96 |
img_path.clear(fn=clear_fn2, inputs=clear_button, outputs=[result_text])
|
97 |
|
98 |
-
demo.queue(concurrency_count=10)
|
99 |
demo.launch(server_name="0.0.0.0")
|
100 |
|
101 |
if __name__ == '__main__':
|
|
|
95 |
img_path.upload(fn=clear_fn2, inputs=clear_button, outputs=[result_text])
|
96 |
img_path.clear(fn=clear_fn2, inputs=clear_button, outputs=[result_text])
|
97 |
|
|
|
98 |
demo.launch(server_name="0.0.0.0")
|
99 |
|
100 |
if __name__ == '__main__':
|