Spaces:
Runtime error
Runtime error
added requirements.txt
Browse files- app.py +1 -1
- requirements.txt +3 -0
app.py
CHANGED
@@ -33,7 +33,7 @@ def predict(image):
|
|
33 |
return caption
|
34 |
|
35 |
|
36 |
-
input = gr.inputs.Image(label="Upload your Image", type = 'pil', optional=False)
|
37 |
output = gr.outputs.Textbox(label="Captions")
|
38 |
|
39 |
title = "Content ModX UI "
|
|
|
33 |
return caption
|
34 |
|
35 |
|
36 |
+
input = gr.inputs.Image(label="Upload your Image and wait for 8-12 seconds!", type = 'pil', optional=False)
|
37 |
output = gr.outputs.Textbox(label="Captions")
|
38 |
|
39 |
title = "Content ModX UI "
|
requirements.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
transformers==4.3.2
|
2 |
+
gradio==3.20.1
|
3 |
+
|