nharshavardhana commited on
Commit
dbc407b
Β·
1 Parent(s): 9bcef02
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks(title="DoodleSense") as demo:
52
  ## πŸ“– About This Project
53
  - **Model**: Trained using TensorFlow/Keras on 30 QuickDraw classes.
54
  - **Input**: 28x28 grayscale sketches (black strokes on white background).
55
- - **Training Data**: 50,000 samples per class from the QuickDraw dataset.
56
  """)
57
 
58
  input_image.change(predict_uploaded_image, inputs=input_image, outputs=output_label)
 
52
  ## πŸ“– About This Project
53
  - **Model**: Trained using TensorFlow/Keras on 30 QuickDraw classes.
54
  - **Input**: 28x28 grayscale sketches (black strokes on white background).
55
+ - **Training Data**: 5000 samples per class from the QuickDraw dataset.
56
  """)
57
 
58
  input_image.change(predict_uploaded_image, inputs=input_image, outputs=output_label)