LucyintheSky commited on
Commit
7f094aa
·
verified ·
1 Parent(s): 21ea9ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def greet(image):
54
  return str(predict_features(image))
55
 
56
  demo = gr.Interface(fn=greet,
57
- title='Feature Predict',
58
  description="""
59
  [Model](https://huggingface.co/LucyintheSky/lucy-feature-prediction)
60
  """,
 
54
  return str(predict_features(image))
55
 
56
  demo = gr.Interface(fn=greet,
57
+ title='Feature Prediction',
58
  description="""
59
  [Model](https://huggingface.co/LucyintheSky/lucy-feature-prediction)
60
  """,