MaxMilan1 commited on
Commit
008cf2e
·
1 Parent(s): 86ea5fd
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ theme = gr.themes.Soft(
25
 
26
  with gr.Blocks(theme=theme) as GenDemo:
27
  with gr.Tab("Image to Image Generator"):
28
- button_choice = gr.Radio(label="Choose a model", choices=["Text to Image", "Image to Image"], default="Text to Image")
29
  with gr.Row(variant="panel"):
30
  with gr.Column():
31
  prompt = gr.Textbox(label="Enter a discription of a shoe")
 
25
 
26
  with gr.Blocks(theme=theme) as GenDemo:
27
  with gr.Tab("Image to Image Generator"):
28
+ button_choice = gr.Radio(label="Choose a model", choices=["Text to Image", "Image to Image"], value="Text to Image")
29
  with gr.Row(variant="panel"):
30
  with gr.Column():
31
  prompt = gr.Textbox(label="Enter a discription of a shoe")