push app
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ from diffusers import StableDiffusionInpaintPipeline
|
|
| 16 |
from ultralytics import FastSAM
|
| 17 |
|
| 18 |
# Set page config for a better mobile experience
|
| 19 |
-
st.set_page_config(page_title="Inpainting Demo", layout="
|
| 20 |
|
| 21 |
# Define model paths or IDs for easy switching in the future
|
| 22 |
FASTSAM_CHECKPOINT = "FastSAM-x.pt" # file name of the FastSAM model weights
|
|
|
|
| 16 |
from ultralytics import FastSAM
|
| 17 |
|
| 18 |
# Set page config for a better mobile experience
|
| 19 |
+
st.set_page_config(page_title="Inpainting Demo", layout="centered")
|
| 20 |
|
| 21 |
# Define model paths or IDs for easy switching in the future
|
| 22 |
FASTSAM_CHECKPOINT = "FastSAM-x.pt" # file name of the FastSAM model weights
|