suryabbrj commited on
Commit
331a694
·
1 Parent(s): b2b08f8

added requirements.txt

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. 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
+