acmc commited on
Commit
3a6dce6
·
verified ·
1 Parent(s): 4d60c3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 silver_speak.homoglyphs.random_attack import (
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