suryabbrj commited on
Commit
6226cd0
·
1 Parent(s): 9d5c1d8

Update app.py

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