clement-bonnet commited on
Commit
76dc877
·
1 Parent(s): 641e21d

docs: latent text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks(
72
  # Coordinate selector with dynamic background
73
  coord_selector = gr.Image(
74
  value="imgs/heatmap_0.png",
75
- label="Click to select (x, y) coordinates",
76
  show_label=True,
77
  interactive=True,
78
  height=400,
 
72
  # Coordinate selector with dynamic background
73
  coord_selector = gr.Image(
74
  value="imgs/heatmap_0.png",
75
+ label="Click to select (x, y) coordinates in the latent space",
76
  show_label=True,
77
  interactive=True,
78
  height=400,