saritha5 commited on
Commit
f0c007b
1 Parent(s): ec6c645

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -137,7 +137,8 @@ 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>Detailed Description</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
+
141
+ article = "<p style='text-align: center'><a href='https://huggingface.co/spaces/ThirdEyeData/TagDiciphering/blob/main/README.md'>Detailed Description</a></p>"
142
  demo_app = gr.Interface(
143
  fn= prediction,
144
  inputs=inputs,