Spaces:
Configuration error
Configuration error
Update app.py
Browse files
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 |
-
|
|
|
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,
|