Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ Also show tho checkboxes for replace_chars and replace_spaces.
|
|
| 6 |
import gradio as gr
|
| 7 |
import random
|
| 8 |
|
| 9 |
-
from
|
| 10 |
random_attack as random_homoglyphs_attack,
|
| 11 |
)
|
| 12 |
|
|
|
|
| 6 |
import gradio as gr
|
| 7 |
import random
|
| 8 |
|
| 9 |
+
from silverspeak import (
|
| 10 |
random_attack as random_homoglyphs_attack,
|
| 11 |
)
|
| 12 |
|