Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
""",
|