Spaces:
Runtime error
Runtime error
update app.py
Browse files
app.py
CHANGED
@@ -245,8 +245,8 @@ if __name__ == "__main__":
|
|
245 |
with block:
|
246 |
gr.Markdown(
|
247 |
"""
|
248 |
-
#
|
249 |
-
Welcome to the
|
250 |
## Usage
|
251 |
You may check the <a href='https://www.youtube.com/watch?v=XY2Q0HATGOk'>video</a> to see how to play with the demo, or check the details below.
|
252 |
<details>
|
@@ -301,4 +301,4 @@ if __name__ == "__main__":
|
|
301 |
|
302 |
block.launch(debug=args.debug, share=args.share, show_error=True)
|
303 |
#block.queue(concurrency_count=100)
|
304 |
-
#block.launch(server_name='0.0.0.0', server_port=args.port, debug=args.debug, share=args.share)
|
|
|
245 |
with block:
|
246 |
gr.Markdown(
|
247 |
"""
|
248 |
+
# Matting Anything Demo
|
249 |
+
Welcome to the Matting Anything demo and upload your image to get started <br/> You may select different prompt types to get the alpha matte of target instance, and select different backgrounds for image composition.
|
250 |
## Usage
|
251 |
You may check the <a href='https://www.youtube.com/watch?v=XY2Q0HATGOk'>video</a> to see how to play with the demo, or check the details below.
|
252 |
<details>
|
|
|
301 |
|
302 |
block.launch(debug=args.debug, share=args.share, show_error=True)
|
303 |
#block.queue(concurrency_count=100)
|
304 |
+
#block.launch(server_name='0.0.0.0', server_port=args.port, debug=args.debug, share=args.share)
|