hsuwill000 commited on
Commit
d75d8af
·
verified ·
1 Parent(s): b1ca22a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -52,7 +52,6 @@ def infer_gradio(prompt: str):
52
  with gr.Blocks() as demo:
53
  with gr.Row(): # Use a Row to place the prompt input and the button side by side
54
  prompt_input = gr.Textbox(
55
- label="Enter Your Prompt",
56
  placeholder="Type your prompt for image generation here",
57
  lines=1, # Set the input to be only one line tall
58
  interactive=True # Allow user to interact with the textbox
 
52
  with gr.Blocks() as demo:
53
  with gr.Row(): # Use a Row to place the prompt input and the button side by side
54
  prompt_input = gr.Textbox(
 
55
  placeholder="Type your prompt for image generation here",
56
  lines=1, # Set the input to be only one line tall
57
  interactive=True # Allow user to interact with the textbox