Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,6 @@ description="Make AI generated Minecraft Skins by a Finetuned Stable Diffusion V
|
|
63 |
with gr.Blocks() as demo:
|
64 |
gr.Markdown(title)
|
65 |
gr.Markdown(description)
|
66 |
-
gr.Column():
|
67 |
with gr.Column(visible=False) as output:
|
68 |
inputs=[
|
69 |
prompt,
|
|
|
63 |
with gr.Blocks() as demo:
|
64 |
gr.Markdown(title)
|
65 |
gr.Markdown(description)
|
|
|
66 |
with gr.Column(visible=False) as output:
|
67 |
inputs=[
|
68 |
prompt,
|