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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -158,6 +158,14 @@ 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
  with gr.Row():
163
  with gr.Column():
 
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
+
165
+ **Library:** [AutoGluon TabularPredictor docs](https://auto.gluon.ai/dev/api/autogluon.tabular.TabularPredictor.html)
166
+ **Dataset:** [maryzhang/hw1-24679-image-dataset](https://huggingface.co/datasets/maryzhang/hw1-24679-image-dataset)
167
+ """
168
+ )
169
 
170
  with gr.Row():
171
  with gr.Column():