Anonymous Authors commited on
Commit
5116490
·
1 Parent(s): 2fda5e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ with gr.Blocks() as demo:
27
  gr.HTML("""<span style="color:red">⚠️ <b>DISCLAIMER: the images displayed by this tool were generated by text-to-image models and may depict offensive stereotypes or contain explicit content.</b></span>""")
28
  with gr.Row():
29
  num_clusters = gr.Radio([12, 24, 48])
30
- cluster_id = gr.Number()
31
  button = gr.Button(value="Go")
32
  with gr.Column():
33
  a = gr.Text()
 
27
  gr.HTML("""<span style="color:red">⚠️ <b>DISCLAIMER: the images displayed by this tool were generated by text-to-image models and may depict offensive stereotypes or contain explicit content.</b></span>""")
28
  with gr.Row():
29
  num_clusters = gr.Radio([12, 24, 48])
30
+ cluster_id = gr.Number(precision=0)
31
  button = gr.Button(value="Go")
32
  with gr.Column():
33
  a = gr.Text()