Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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..."),
|