yuragoithf commited on
Commit
6978711
·
1 Parent(s): 49cbf6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -53,6 +53,8 @@ outputs = gr.outputs.HTML()
53
  title = "<h1 style='text-align: center;'>Image Classifier</h1>"
54
  description = "Upload an image and get the predicted class."
55
 
 
 
56
  gr.Interface(fn=classify_image,
57
  inputs=inputs,
58
  outputs=outputs,
 
53
  title = "<h1 style='text-align: center;'>Image Classifier</h1>"
54
  description = "Upload an image and get the predicted class."
55
 
56
+ gr.Interface(css="body {background-image: url('file=wave.jpg')}")
57
+
58
  gr.Interface(fn=classify_image,
59
  inputs=inputs,
60
  outputs=outputs,