Spaces:
Runtime error
Runtime error
Farazquraishi
commited on
Commit
β’
daa2ac3
1
Parent(s):
5f2270e
Update app.py
Browse files
app.py
CHANGED
@@ -179,8 +179,7 @@ def run_inference(target, source, slider, adv_slider, settings):
|
|
179 |
|
180 |
|
181 |
description = "Not Working"
|
182 |
-
examples = [
|
183 |
-
["assets/musk.jpg", "assets/musk.jpg", 100, 10, ["anonymize"]]]
|
184 |
article = """
|
185 |
Demo is based of recent research from my Ph.D work. Results expects to be published in the coming months.
|
186 |
"""
|
@@ -196,7 +195,7 @@ iface = gradio.Interface(run_inference,
|
|
196 |
"adversarial defense"],
|
197 |
label='Options')],
|
198 |
"image",
|
199 |
-
title="
|
200 |
description=description,
|
201 |
examples=examples,
|
202 |
article=article,
|
|
|
179 |
|
180 |
|
181 |
description = "Not Working"
|
182 |
+
examples = []
|
|
|
183 |
article = """
|
184 |
Demo is based of recent research from my Ph.D work. Results expects to be published in the coming months.
|
185 |
"""
|
|
|
195 |
"adversarial defense"],
|
196 |
label='Options')],
|
197 |
"image",
|
198 |
+
title="Not Working",
|
199 |
description=description,
|
200 |
examples=examples,
|
201 |
article=article,
|