Spaces:
Runtime error
Runtime error
IbrahimHasani
commited on
Commit
•
ee68d20
1
Parent(s):
a0727b2
Update app.py
Browse files
app.py
CHANGED
@@ -50,4 +50,10 @@ interface = gr.Interface(
|
|
50 |
gr.components.Textbox(label="Probability for Positive Prompt")
|
51 |
],
|
52 |
title="Engagify's Image Action Detection",
|
53 |
-
description="[Author: Ibrahim Hasani] This Method uses CLIP-VIT [Version: BASE-PATCH-16] to determine if an action is being performed in an image or not. (Binary Classifier). It contrasts an Action against multiple negative labels. Ensure the prompts accurately describe the desired
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
gr.components.Textbox(label="Probability for Positive Prompt")
|
51 |
],
|
52 |
title="Engagify's Image Action Detection",
|
53 |
+
description="[Author: Ibrahim Hasani] This Method uses CLIP-VIT [Version: BASE-PATCH-16] to determine if an action is being performed in an image or not. (Binary Classifier). It contrasts an Action against multiple negative labels. Ensure the prompts accurately describe the desired detection.",
|
54 |
+
live=False,
|
55 |
+
theme=gr.themes.Monochrome(),
|
56 |
+
|
57 |
+
)
|
58 |
+
|
59 |
+
interface.launch()
|