SakibRumu
commited on
Update app.py
Browse files
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):
|