Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ input = gr.inputs.Image(
|
|
32 |
label="Upload your Image and wait for 8-12 seconds!", type='pil', optional=False)
|
33 |
output = gr.outputs.Textbox(label="Captions")
|
34 |
|
35 |
-
title = "Content-Mod API UI "
|
36 |
|
37 |
interface = gr.Interface(
|
38 |
fn=predict,
|
|
|
32 |
label="Upload your Image and wait for 8-12 seconds!", type='pil', optional=False)
|
33 |
output = gr.outputs.Textbox(label="Captions")
|
34 |
|
35 |
+
title = "Content-Mod API with Sentiment-Analysis UI "
|
36 |
|
37 |
interface = gr.Interface(
|
38 |
fn=predict,
|