AlGe commited on
Commit
460a080
·
verified ·
1 Parent(s): e9c1daa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -2,7 +2,10 @@ from __future__ import annotations
2
  from typing import Iterable
3
 
4
  import gradio as gr
5
- from gradio.themes.base import Base, Soft, Monochrome, Default
 
 
 
6
  from gradio.themes.utils import colors, fonts, sizes
7
 
8
  import torch
 
2
  from typing import Iterable
3
 
4
  import gradio as gr
5
+ from gradio.themes.base import Base
6
+ from gradio.themes.soft import Soft
7
+ from gradio.themes.monochrome import Monochrome
8
+ from gradio.themes.default import Default
9
  from gradio.themes.utils import colors, fonts, sizes
10
 
11
  import torch