saritha5 commited on
Commit
15e7544
·
1 Parent(s): 8e71c43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ DESCRIPTION = """Tag Dicipher is to convert into understandable form. especially
137
  the meaning of despite lack of clearness."""
138
  outputs = [gr.outputs.Textbox(label = "Prediction"),
139
  gr.outputs.Image(type = 'numpy',label = 'Tag Diciphering')]
140
- article = "<p style='text-align: center'><a href='https://huggingface.co/docs/transformers/main/model_doc/blip' target='_blank'>BLIP docs</a> | <a href='https://huggingface.co/docs/transformers/main/model_doc/git' target='_blank'>GIT docs</a></p>"
141
  demo_app = gr.Interface(
142
  fn= prediction,
143
  inputs=inputs,
 
137
  the meaning of despite lack of clearness."""
138
  outputs = [gr.outputs.Textbox(label = "Prediction"),
139
  gr.outputs.Image(type = 'numpy',label = 'Tag Diciphering')]
140
+ article = "<p style='text-align: center'><a href='https://huggingface.co/spaces/ThirdEyeData/TagDiciphering/blob/main/README.md' target='_blank'/a></p>"
141
  demo_app = gr.Interface(
142
  fn= prediction,
143
  inputs=inputs,