Commit
·
4b3f8ad
1
Parent(s):
54eeb26
refine
Browse files
app.py
CHANGED
|
@@ -184,6 +184,7 @@ with demo:
|
|
| 184 |
|
| 185 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
| 186 |
with gr.TabItem("UnlearnDiffAtk Benchmark", elem_id="UnlearnDiffAtk-benchmark-tab-table", id=0):
|
|
|
|
| 187 |
with gr.Row():
|
| 188 |
with gr.Column():
|
| 189 |
with gr.Row():
|
|
@@ -269,6 +270,7 @@ with demo:
|
|
| 269 |
)
|
| 270 |
|
| 271 |
with gr.TabItem("Style", elem_id="Style", id=1):
|
|
|
|
| 272 |
with gr.Row():
|
| 273 |
with gr.Column():
|
| 274 |
with gr.Row():
|
|
|
|
| 184 |
|
| 185 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
| 186 |
with gr.TabItem("UnlearnDiffAtk Benchmark", elem_id="UnlearnDiffAtk-benchmark-tab-table", id=0):
|
| 187 |
+
files = ['nudity','vangogh', 'church','garbage','parachute','tench']
|
| 188 |
with gr.Row():
|
| 189 |
with gr.Column():
|
| 190 |
with gr.Row():
|
|
|
|
| 270 |
)
|
| 271 |
|
| 272 |
with gr.TabItem("Style", elem_id="Style", id=1):
|
| 273 |
+
files = ['vangogh']
|
| 274 |
with gr.Row():
|
| 275 |
with gr.Column():
|
| 276 |
with gr.Row():
|