AideepImage commited on
Commit
6fef464
1 Parent(s): 3e8c07c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -8
app.py CHANGED
@@ -295,10 +295,7 @@ def main():
295
  "in almost 30 design styles. After fetching all these images, we started adding metadata such as "
296
  "captions (from the BLIP captioning model) and segmentation maps (from the HuggingFace UperNetForSemanticSegmentation model). "
297
  )
298
- st.write("For the gathering and inference of the metadata we used the Fondant framework (https://github.com/ml6team/fondant) provided by ML6 (https://www.ml6.eu/), which is an open source "
299
- "data centric framework for data preparation. The pipeline used for training this controlnet will soon be available as an "
300
- "example pipeline within Fondant and can be easily adapted for building your own dataset."
301
- )
302
  st.write("### About the model")
303
  st.write(
304
  "These were then used to train the controlnet model to generate quality interior design images by using "
@@ -311,10 +308,7 @@ def main():
311
  )
312
 
313
  st.write("### Trivia")
314
- st.write("The first time someone uses the demo after startup, the models still need to be loaded into memory. "
315
- "After this initial load, the model is cached as a resource and can be used for all the users. "
316
- "To avoid simultaneous requests, we have implemented a queueing mechanism that ensures that only one "
317
- "user accesses the model at a time (similar to the Gradio framework).\n"
318
  )
319
  st.write("To enable the features in the demo, we calculate the underlying segmentation maps and categories that "
320
  "are present in the image. This allows us to hide some of the manual work for the user, and "
 
295
  "in almost 30 design styles. After fetching all these images, we started adding metadata such as "
296
  "captions (from the BLIP captioning model) and segmentation maps (from the HuggingFace UperNetForSemanticSegmentation model). "
297
  )
298
+
 
 
 
299
  st.write("### About the model")
300
  st.write(
301
  "These were then used to train the controlnet model to generate quality interior design images by using "
 
308
  )
309
 
310
  st.write("### Trivia")
311
+
 
 
 
312
  )
313
  st.write("To enable the features in the demo, we calculate the underlying segmentation maps and categories that "
314
  "are present in the image. This allows us to hide some of the manual work for the user, and "