Spaces:
Runtime error
Runtime error
refactor: title
Browse files
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
app.py
CHANGED
@@ -28,7 +28,7 @@ iface = gr.Interface(
|
|
28 |
inputs=[image_input],
|
29 |
outputs="text",
|
30 |
title="Room Lightning Score",
|
31 |
-
description="
|
32 |
)
|
33 |
|
34 |
iface.launch()
|
|
|
28 |
inputs=[image_input],
|
29 |
outputs="text",
|
30 |
title="Room Lightning Score",
|
31 |
+
description="Upload an room image"
|
32 |
)
|
33 |
|
34 |
iface.launch()
|