Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -36,15 +36,33 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
36 |
[![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/tonyassi/fashion-try-on)
|
37 |
|
38 |
[![Google Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1d-NJNLdX6dqs5Qfm1UYDQknBrhwZXx7R?usp=sharing)
|
39 |
-
|
40 |
-
|
41 |
""")
|
42 |
|
|
|
43 |
gr.Markdown("""
|
|
|
|
|
44 |
## Sales Forecasting with Image Regression
|
45 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/mrtzCY91RnLtnbx4LIj4x.png)
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
""")
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
demo.launch()
|
|
|
36 |
[![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/tonyassi/fashion-try-on)
|
37 |
|
38 |
[![Google Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1d-NJNLdX6dqs5Qfm1UYDQknBrhwZXx7R?usp=sharing)
|
|
|
|
|
39 |
""")
|
40 |
|
41 |
+
# Sales Forecasting with Image Regression
|
42 |
gr.Markdown("""
|
43 |
+
|
44 |
+
---
|
45 |
## Sales Forecasting with Image Regression
|
46 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/mrtzCY91RnLtnbx4LIj4x.png)
|
47 |
+
Predict sales from a product image. Image regression training, hosting, and inference. [Read more](https://huggingface.co/blog/tonyassi/image-regression)
|
48 |
+
|
49 |
+
[![Github](https://img.shields.io/badge/Github-Repo-blue)](https://github.com/TonyAssi/ImageRegression)
|
50 |
+
|
51 |
+
[![Model](https://img.shields.io/badge/%F0%9F%A4%97-Models-yellow)](https://huggingface.co/tonyassi/sales-prediction)
|
52 |
|
53 |
""")
|
54 |
|
55 |
+
# Text-to-Image Clothing Designer
|
56 |
+
gr.Markdown("""
|
57 |
+
|
58 |
+
---
|
59 |
+
## Text-to-Image Clothing Designer
|
60 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/Y-EuOGASjO-GMUzjlBCIh.png)
|
61 |
+
|
62 |
+
This text-to-image model was fine-tuned on [Lucy in the Sky](https://www.lucyinthesky.com/) product image - product text pairs. Text input is limited to the language of the product catalog it was trained on which forces the model to input images in a simialr style to the product images.
|
63 |
+
|
64 |
+
[![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/LucyintheSky/lucy-text-to-image)
|
65 |
+
""")
|
66 |
+
|
67 |
|
68 |
demo.launch()
|