M. Saad Munawar
commited on
Commit
•
57e2d4b
1
Parent(s):
ea06748
https://huggingface.co/spaces/Saad123/minima
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def model(image):
|
|
19 |
return "The Image is of a Cat."
|
20 |
|
21 |
image = gr.inputs.Image(shape=(160,160))
|
22 |
-
css_code='body{background-image:url("https://
|
23 |
|
24 |
iface = gr.Interface(fn=model, inputs=image, outputs='text', css=css_code)
|
25 |
iface.launch(debug=True)
|
|
|
19 |
return "The Image is of a Cat."
|
20 |
|
21 |
image = gr.inputs.Image(shape=(160,160))
|
22 |
+
css_code='body{background-image:url("https://t4.ftcdn.net/jpg/00/26/80/33/360_F_26803377_fFNCrwUbzm7Ye6b3UP15VHwzWqU0Xcs3.jpg");}'
|
23 |
|
24 |
iface = gr.Interface(fn=model, inputs=image, outputs='text', css=css_code)
|
25 |
iface.launch(debug=True)
|