Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -85,8 +85,8 @@ with gr.Blocks(css=custom_css) as demo:
|
|
85 |
with gr.Column():
|
86 |
start_button = gr.Button("UnlearnDiffAtk!",size='lg')
|
87 |
with gr.Column(min_width=260):
|
88 |
-
text_ouput = gr.Textbox(label="Prompt Genetated by
|
89 |
-
img2 = gr.Image("images/cheetah.jpg",label="
|
90 |
|
91 |
# with gr.Column():
|
92 |
# gr.Examples(examples=[
|
|
|
85 |
with gr.Column():
|
86 |
start_button = gr.Button("UnlearnDiffAtk!",size='lg')
|
87 |
with gr.Column(min_width=260):
|
88 |
+
text_ouput = gr.Textbox(label="Prompt Genetated by UnlearnDiffAtk")
|
89 |
+
img2 = gr.Image("images/cheetah.jpg",label="Image Gnerated by Prompt of UnlearnDiffAtk")
|
90 |
|
91 |
# with gr.Column():
|
92 |
# gr.Examples(examples=[
|