Spaces:
Sleeping
Sleeping
anasazasaa
commited on
Commit
•
1b43d24
1
Parent(s):
54b1993
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ fn = functools.partial(predict,
|
|
113 |
image_dir = pathlib.Path('sample_images')
|
114 |
examples = [path.as_posix() for path in sorted(image_dir.glob('*.jpg'))]
|
115 |
|
116 |
-
with gr.
|
117 |
gr.Markdown(DESCRIPTION)
|
118 |
with gr.Row():
|
119 |
with gr.Column():
|
|
|
113 |
image_dir = pathlib.Path('sample_images')
|
114 |
examples = [path.as_posix() for path in sorted(image_dir.glob('*.jpg'))]
|
115 |
|
116 |
+
with gr.Interface(css='style.css') as demo:
|
117 |
gr.Markdown(DESCRIPTION)
|
118 |
with gr.Row():
|
119 |
with gr.Column():
|