Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ def process_example(image_path):
|
|
| 61 |
|
| 62 |
# Gradio UI
|
| 63 |
with gr.Blocks() as demo:
|
| 64 |
-
gr.Markdown("#
|
| 65 |
gr.Markdown("Upload an image or select one from the examples below to check if the bed installation is correct.")
|
| 66 |
|
| 67 |
with gr.Row():
|
|
|
|
| 61 |
|
| 62 |
# Gradio UI
|
| 63 |
with gr.Blocks() as demo:
|
| 64 |
+
gr.Markdown("# Installation Classifier")
|
| 65 |
gr.Markdown("Upload an image or select one from the examples below to check if the bed installation is correct.")
|
| 66 |
|
| 67 |
with gr.Row():
|