prithivMLmods commited on
Commit
a2db6e9
·
verified ·
1 Parent(s): d1cdedf

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ from urllib.parse import urlparse
15
  import tempfile
16
  import shutil
17
 
 
18
  from gradio.themes import Soft
19
  from gradio.themes.utils import colors, fonts, sizes
20
 
 
15
  import tempfile
16
  import shutil
17
 
18
+ from typing import Iterable
19
  from gradio.themes import Soft
20
  from gradio.themes.utils import colors, fonts, sizes
21