Spaces:
Runtime error
Runtime error
PFEemp2024
commited on
Commit
·
6d0ac1c
1
Parent(s):
c6e7168
adding input box
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ if __name__ == "__main__":
|
|
197 |
demo = gr.Blocks()
|
198 |
|
199 |
with demo:
|
200 |
-
gr.Markdown("<h1 align='center'>Detection and Correction based on Word Importance Ranking</h1>")
|
201 |
gr.Markdown("<h2 align='center'>Clarifications</h2>")
|
202 |
gr.Markdown("""
|
203 |
- This demo has no mechanism to ensure the adversarial example will be correctly repaired by Rapid. The repair success rate is actually the performance reported in the paper.
|
|
|
197 |
demo = gr.Blocks()
|
198 |
|
199 |
with demo:
|
200 |
+
gr.Markdown("<h1 align='center'>Detection and Correction based on Word Importance Ranking (DCWIR) </h1>")
|
201 |
gr.Markdown("<h2 align='center'>Clarifications</h2>")
|
202 |
gr.Markdown("""
|
203 |
- This demo has no mechanism to ensure the adversarial example will be correctly repaired by Rapid. The repair success rate is actually the performance reported in the paper.
|