Spaces:
Running
Running
disable queue
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks() as demo:
|
|
94 |
description="Upload an image and a mask, then provide a prompt to generate an inpainted image.",
|
95 |
)
|
96 |
|
97 |
-
demo.launch(debug=True)
|
98 |
|
99 |
# import gradio as gr
|
100 |
# import numpy as np
|
|
|
94 |
description="Upload an image and a mask, then provide a prompt to generate an inpainted image.",
|
95 |
)
|
96 |
|
97 |
+
demo.launch(debug=True, show_api=False, enable_queue=False)
|
98 |
|
99 |
# import gradio as gr
|
100 |
# import numpy as np
|