Deleted files
Browse files- MCS-Classify.pt +0 -3
- app.py +2 -2
- header_image.png +0 -3
- header_imagev2.png +0 -3
MCS-Classify.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:a03e2b79be60934dd222fe016590ae587ad619d3a28a70fa3b05d25ba4ed8ff3
|
3 |
-
size 20907727
|
|
|
|
|
|
|
|
app.py
CHANGED
@@ -246,7 +246,7 @@ css = """
|
|
246 |
"""
|
247 |
|
248 |
# Create the Gradio demo using Blocks
|
249 |
-
with gr.Blocks() as demo:
|
250 |
# Inject custom CSS into the interface using gr.HTML
|
251 |
gr.HTML(css)
|
252 |
|
@@ -272,7 +272,7 @@ with gr.Blocks() as demo:
|
|
272 |
gr.Markdown("""
|
273 |
<div style="text-align: center;">
|
274 |
<h5 style="margin-bottom: 10px;">Explanation of the Process:</h5>
|
275 |
-
<img src="/
|
276 |
<h5 style="margin-top: 10px;">Try It Out Yourself:</h5>
|
277 |
</div>
|
278 |
""")
|
|
|
246 |
"""
|
247 |
|
248 |
# Create the Gradio demo using Blocks
|
249 |
+
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
250 |
# Inject custom CSS into the interface using gr.HTML
|
251 |
gr.HTML(css)
|
252 |
|
|
|
272 |
gr.Markdown("""
|
273 |
<div style="text-align: center;">
|
274 |
<h5 style="margin-bottom: 10px;">Explanation of the Process:</h5>
|
275 |
+
<img src="https://huggingface.co/spaces/mbar0075/Maltese-Christian-Statue-Classification/resolve/main/header_image.png" style="width: 100%; height: auto; margin-bottom: 20px;">
|
276 |
<h5 style="margin-top: 10px;">Try It Out Yourself:</h5>
|
277 |
</div>
|
278 |
""")
|
header_image.png
DELETED
Git LFS Details
|
header_imagev2.png
DELETED
Git LFS Details
|