Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -212,6 +212,7 @@ def infer(
|
|
212 |
- The intermediate ControlNet input image (showing the masked area).
|
213 |
- The final generated image with the inpainted region.
|
214 |
"""
|
|
|
215 |
background, mask = prepare_image_and_mask(
|
216 |
image, width, height, overlap_percentage,
|
217 |
resize_option, custom_resize_percentage, alignment,
|
@@ -292,7 +293,7 @@ def update_history(new_image, history):
|
|
292 |
|
293 |
css = """
|
294 |
.gradio-container {
|
295 |
-
width: 1200px !important;
|
296 |
}
|
297 |
"""
|
298 |
|
|
|
212 |
- The intermediate ControlNet input image (showing the masked area).
|
213 |
- The final generated image with the inpainted region.
|
214 |
"""
|
215 |
+
gr.Info("24 seconds will be used from your daily ZeroGPU time credits.")
|
216 |
background, mask = prepare_image_and_mask(
|
217 |
image, width, height, overlap_percentage,
|
218 |
resize_option, custom_resize_percentage, alignment,
|
|
|
293 |
|
294 |
css = """
|
295 |
.gradio-container {
|
296 |
+
max-width: 1200px !important;
|
297 |
}
|
298 |
"""
|
299 |
|