Spaces:
Build error
Build error
Commit
Β·
4b49d49
1
Parent(s):
e45afa6
have a working model
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def get_emoji(text, model=model, processor=processor, emojis=emojis_as_images, K
|
|
59 |
|
60 |
text = gr.inputs.Textbox(placeholder="Enter a text and we will try to predict an emoji...")
|
61 |
title = "Predicting an Emoji"
|
62 |
-
description = """You provide a sentence and our few-shot fine tuned CLIP model will
|
63 |
\nβ€οΈ π π π π₯ π π β¨ π π π· πΊπΈ β π π π― π π πΈ π βΉοΈ π π π‘ π’ π€ π³ π π© π π π\n
|
64 |
"""
|
65 |
article = """
|
|
|
59 |
|
60 |
text = gr.inputs.Textbox(placeholder="Enter a text and we will try to predict an emoji...")
|
61 |
title = "Predicting an Emoji"
|
62 |
+
description = """You provide a sentence and our few-shot fine tuned CLIP model will suggest 4 from the following emoji's:
|
63 |
\nβ€οΈ π π π π₯ π π β¨ π π π· πΊπΈ β π π π― π π πΈ π βΉοΈ π π π‘ π’ π€ π³ π π© π π π\n
|
64 |
"""
|
65 |
article = """
|