mjohanes commited on
Commit
c3c3dd4
·
1 Parent(s): bc1e558
Files changed (1) hide show
  1. app.py +1 -1
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="wide")
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