Spaces:
Running
on
Zero
Running
on
Zero
qinghuazhou
commited on
Commit
·
8f6c6a4
1
Parent(s):
851ace6
updated images
Browse files
app.py
CHANGED
@@ -153,11 +153,11 @@ with gr.Blocks(theme=gr.themes.Soft(text_size="sm")) as demo:
|
|
153 |
You can choose to load existing examples by clicking on the below buttons OR try out your own examples by following the instructions to insert texts in each section.
|
154 |
"""
|
155 |
)
|
156 |
-
gr.HTML("<img src='figures/siam2e.png' alt='Examples of Stealth Edits and Attacks'>")
|
157 |
with gr.Row():
|
158 |
load_examples0_button = gr.Button("Load Examples (Set 1)")
|
159 |
load_examples1_button = gr.Button("Load Examples (Set 2)")
|
160 |
|
|
|
161 |
|
162 |
with gr.Tab("Stealth Edit!"):
|
163 |
|
|
|
153 |
You can choose to load existing examples by clicking on the below buttons OR try out your own examples by following the instructions to insert texts in each section.
|
154 |
"""
|
155 |
)
|
|
|
156 |
with gr.Row():
|
157 |
load_examples0_button = gr.Button("Load Examples (Set 1)")
|
158 |
load_examples1_button = gr.Button("Load Examples (Set 2)")
|
159 |
|
160 |
+
gr.Image("figures/siam2e.png")
|
161 |
|
162 |
with gr.Tab("Stealth Edit!"):
|
163 |
|