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

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/spaces/ThirdEyeData/TagDiciphering/blob/main/README.md' target='_blank'/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>Detailed Description</p>"
141
  demo_app = gr.Interface(
142
  fn= prediction,
143
  inputs=inputs,