Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,8 +38,7 @@ of Solent University for the degree of MSc Artificial Intelligence and Data Scie
|
|
38 |
# Define example images and their true labels for users to choose from
|
39 |
example_data = ['AI POPE.jpg']
|
40 |
custom_css = """
|
41 |
-
div {background-color:
|
42 |
-
.title { text-align: center; }
|
43 |
"""
|
44 |
|
45 |
gr.Interface(
|
|
|
38 |
# Define example images and their true labels for users to choose from
|
39 |
example_data = ['AI POPE.jpg']
|
40 |
custom_css = """
|
41 |
+
div {background-color: whitesmoke;}
|
|
|
42 |
"""
|
43 |
|
44 |
gr.Interface(
|