mbarnig commited on
Commit
bce2b48
·
verified ·
1 Parent(s): e3cd3bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -57,7 +57,7 @@ css="""
57
  with gr.Blocks(css=css) as demo:
58
 
59
  with gr.Column(elem_id="col-container"):
60
- gr.Markdown(f"""# Màin éischt KI-Bild
61
  Mol mer e Bild mat méngem Hausdéier a méngem Numm op engem Schëld !
62
  """)
63
 
@@ -74,21 +74,21 @@ with gr.Blocks(css=css) as demo:
74
  run_button = gr.Button("Run", scale=0)
75
 
76
  with gr.Row():
77
- radio_buttons = gr.Radio(
78
  choices=["Kaatz", "Mupp", "Hues", "Hamster"],
79
  label="Hausdéier",
80
  value="Kaatz"
81
  )
82
 
83
  with gr.Row():
84
- radio_buttons = gr.Radio(
85
  choices=["Wunnzëmmer", "Graffiti Mauer", "Strooss", "Plage", "Bësch"],
86
  label="Hannergronn",
87
  value="Strooss"
88
  )
89
 
90
  with gr.Row():
91
- radio_buttons = gr.Radio(
92
  choices=["Photo", "Cartoon", "Woll", "Aquarell", "3D"],
93
  label="Stlye",
94
  value="Photo"
 
57
  with gr.Blocks(css=css) as demo:
58
 
59
  with gr.Column(elem_id="col-container"):
60
+ gr.Markdown(f"""# Mäin éischt KI-Bild
61
  Mol mer e Bild mat méngem Hausdéier a méngem Numm op engem Schëld !
62
  """)
63
 
 
74
  run_button = gr.Button("Run", scale=0)
75
 
76
  with gr.Row():
77
+ radio_buttons_pet = gr.Radio(
78
  choices=["Kaatz", "Mupp", "Hues", "Hamster"],
79
  label="Hausdéier",
80
  value="Kaatz"
81
  )
82
 
83
  with gr.Row():
84
+ radio_buttons_background = gr.Radio(
85
  choices=["Wunnzëmmer", "Graffiti Mauer", "Strooss", "Plage", "Bësch"],
86
  label="Hannergronn",
87
  value="Strooss"
88
  )
89
 
90
  with gr.Row():
91
+ radio_buttons_style = gr.Radio(
92
  choices=["Photo", "Cartoon", "Woll", "Aquarell", "3D"],
93
  label="Stlye",
94
  value="Photo"