Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -158,7 +158,7 @@ with gr.Blocks() as demo:
|
|
| 158 |
"Upload a **PNG/JPG** (≤ 5 MB) or use your **webcam**. "
|
| 159 |
"You’ll see the original image and the preprocessed input the model sees."
|
| 160 |
)
|
| 161 |
-
|
| 162 |
"""
|
| 163 |
**Model:** [ddecosmo/nn_automl_model](https://huggingface.co/ddecosmo/nn_automl_model)
|
| 164 |
|
|
|
|
| 158 |
"Upload a **PNG/JPG** (≤ 5 MB) or use your **webcam**. "
|
| 159 |
"You’ll see the original image and the preprocessed input the model sees."
|
| 160 |
)
|
| 161 |
+
gr.Markdown(
|
| 162 |
"""
|
| 163 |
**Model:** [ddecosmo/nn_automl_model](https://huggingface.co/ddecosmo/nn_automl_model)
|
| 164 |
|