SakibRumu commited on
Commit
656b54d
·
verified ·
1 Parent(s): eb73e6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ from fastai.vision.all import load_learner
2
  import gradio as gr
3
  from gradio.themes.base import Base
4
  from gradio.themes.utils import colors, fonts, sizes
 
5
 
6
  # Custom Seafoam theme
7
  class Seafoam(Base):
 
2
  import gradio as gr
3
  from gradio.themes.base import Base
4
  from gradio.themes.utils import colors, fonts, sizes
5
+ from collections.abc import Iterable
6
 
7
  # Custom Seafoam theme
8
  class Seafoam(Base):