crazyai-kby commited on
Commit
577abd4
1 Parent(s): 805a2d5

Update description

Browse files
Files changed (1) hide show
  1. app.py +12 -7
app.py CHANGED
@@ -44,15 +44,19 @@ def run(file):
44
  with gr.Blocks() as demo:
45
  gr.Markdown(
46
  """
47
- # Raster-To-Vector on Floor Plan images
48
- by [Rasterscan](https://rasterscan.com/)
 
 
 
 
 
 
49
 
50
- Please ❤️ this space
51
 
52
- If you want to get on-premise solutions, please contact us on contact@rasterscan.com
53
-
54
- """
55
- )
56
 
57
  with gr.TabItem("Floor Plan Recognition"):
58
  with gr.Row():
@@ -66,5 +70,6 @@ with gr.Blocks() as demo:
66
 
67
  start_button.click(run, inputs=app_input, outputs=app_output)
68
 
 
69
 
70
  demo.launch()
 
44
  with gr.Blocks() as demo:
45
  gr.Markdown(
46
  """
47
+ # Floor Plan Recognition
48
+ by [Rasterscan](https://rasterscan.com/)
49
+
50
+ ## About Us
51
+ RasterScan stands at the forefront of innovation in the realm of architectural and interior design, revolutionizing the way professionals and enthusiasts alike visualize and create spaces. Specializing in floor plan recognition and design, RasterScan harnesses the power of cutting-edge technology to transform blueprints, hand-sketches, and existing floor plans into immersive, three-dimensional models.
52
+ Please ❤️ this space
53
+
54
+ ## Contact
55
 
56
+ <a target="_blank" href="mailto:contact@rasterscan.com"><img src="https://img.shields.io/badge/email-contact@rasterscan.com-blue.svg?logo=gmail " alt="rasterscan.com"></a>&emsp;
57
 
58
+ """
59
+ )
 
 
60
 
61
  with gr.TabItem("Floor Plan Recognition"):
62
  with gr.Row():
 
70
 
71
  start_button.click(run, inputs=app_input, outputs=app_output)
72
 
73
+ gr.HTML('<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FRasterScan%2FAutomated-Floor-Plan-Digitalization"><img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FRasterScan%2FAutomated-Floor-Plan-Digitalization&label=Visitors&countColor=%2337d67a" /></a>')
74
 
75
  demo.launch()