JuanMa360 commited on
Commit
755057c
·
1 Parent(s): 669fb4e

refactor: title

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. app.py +1 -1
.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="Enter text and upload an image"
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()