Walmart-the-bag commited on
Commit
134334f
·
verified ·
1 Parent(s): 794f7df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -16,7 +16,6 @@ def text_to_image(prompt, negative_prompt, steps, guidance_scale, progress=gr.Pr
16
 
17
  gradio_interface = Interface(
18
  fn=text_to_image,
19
- gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button"),
20
  inputs=[
21
  gr.Textbox(label="Prompt", lines=2, placeholder="Enter your prompt here..."),
22
  gr.Textbox(label="Negative Prompt", lines=2, placeholder="What to exclude from the image..."),
 
16
 
17
  gradio_interface = Interface(
18
  fn=text_to_image,
 
19
  inputs=[
20
  gr.Textbox(label="Prompt", lines=2, placeholder="Enter your prompt here..."),
21
  gr.Textbox(label="Negative Prompt", lines=2, placeholder="What to exclude from the image..."),