cherieho commited on
Commit
6ddcd40
·
verified ·
1 Parent(s): a78b279

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -343,7 +343,7 @@ demo = gr.Interface(
343
  outputs=[gr.Image(label="Data Pair")],
344
  title="MapItAnywhere (MIA) Data Engine",
345
 
346
- description="Use our Data Engine to sample first-person view images and bird's-eye view semantic map pairs from locations around the globe. Simply pick a location to see the results! For faster bulk downloads and more stringent filtering, visit our repository and follow the instructions to run the data curation locally."
347
  )
348
 
349
  logger.info("Starting server")
 
343
  outputs=[gr.Image(label="Data Pair")],
344
  title="MapItAnywhere (MIA) Data Engine",
345
 
346
+ description="Use our Data Engine to sample first-person view images and bird's-eye view semantic map pairs from locations around the globe. Simply pick a location to see the results! Please note the Huggingface demo is much slower than running locally. For faster bulk downloads and more stringent filtering, visit our repository and follow the instructions to run the data curation locally. If the curation takes longer than 1 minute, please restart the space (see dropdown menu at top-right of the page). "
347
  )
348
 
349
  logger.info("Starting server")