mizoru commited on
Commit
2231179
·
1 Parent(s): b4ab831

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,9 +21,9 @@ def predict(path):
21
 
22
  title = "Japanese Pitch Accent Pattern Detector"
23
 
24
- description = "Fire and Smoke classifier created with fastai. Created as a demo for Gradio and HuggingFace Spaces. Fire accidents are not uncommon and has catastrophic impact on the company both interms of social and financial terms. This application can be deployed on device and can work as 24X365 surveillance. This app classify an image into three classes. 1. Fire, 2. Smoke, 3. Neutral. Try your hand and check. For any general purpose, model file can be copied and used for the stated purpose"
25
 
26
- article="<p style='text-align: center'><a href='https://github.com/mldurga/projects/blob/master/Fire_smoke_detector.ipynb' target='_blank'>Blog post</a></p>"
27
 
28
  interpretation='default'
29
 
 
21
 
22
  title = "Japanese Pitch Accent Pattern Detector"
23
 
24
+ description = "This model will predict pitch accent pattern of a word based on the recording of its pronunciation."
25
 
26
+ article="<p style='text-align: center'><a href='mizoru.github.io/blog' target='_blank'>Blog</a></p>"
27
 
28
  interpretation='default'
29