yl0628 commited on
Commit
ed1b89e
·
verified ·
1 Parent(s): 11ba9d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- gradio.Markdown(
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