mrbeliever commited on
Commit
eef7aed
1 Parent(s): be35a7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ models = {
24
  model_dropdown = gr.Dropdown(choices=list(models.keys()), label="Select Model")
25
 
26
  # Create the input text box
27
- input_text = gr.Textbox(default="Enter text here", label="Input Text")
28
 
29
  # Create the output image
30
  output_image = gr.Image()
 
24
  model_dropdown = gr.Dropdown(choices=list(models.keys()), label="Select Model")
25
 
26
  # Create the input text box
27
+ input_text = gr.Textbox(label="Input Text", placeholder="Enter text here") # Set placeholder instead of default
28
 
29
  # Create the output image
30
  output_image = gr.Image()