crazyai-kby
commited on
Commit
•
daf8b84
1
Parent(s):
577abd4
Fix
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ with gr.Blocks() as demo:
|
|
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 |
|
@@ -70,6 +70,6 @@ with gr.Blocks() as demo:
|
|
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/
|
74 |
|
75 |
demo.launch()
|
|
|
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 |
+
</br>Please ❤️ this space
|
53 |
|
54 |
## Contact
|
55 |
|
|
|
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/combined?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FRasterScan%2FAutomated-Floor-Plan-Digitalization&label=Visitors&countColor=%2337d67a" /></a>')
|
74 |
|
75 |
demo.launch()
|