Spaces:
Sleeping
Sleeping
Commit
·
49cbf6c
1
Parent(s):
39c742a
Update app.py
Browse files
app.py
CHANGED
@@ -58,5 +58,5 @@ gr.Interface(fn=classify_image,
|
|
58 |
outputs=outputs,
|
59 |
title=title,
|
60 |
examples=["00_plane.jpg", "01_car.jpg", "02_bird.jpg", "03_cat.jpg", "04_deer.jpg"],
|
61 |
-
css="body {background-image: url('file=wave.
|
62 |
description=description).launch()
|
|
|
58 |
outputs=outputs,
|
59 |
title=title,
|
60 |
examples=["00_plane.jpg", "01_car.jpg", "02_bird.jpg", "03_cat.jpg", "04_deer.jpg"],
|
61 |
+
css="body {background-image: url('file=wave.jpg')}",
|
62 |
description=description).launch()
|