Spaces:
Runtime error
Runtime error
removed visitor link
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ def classify_image(path):
|
|
140 |
image = gr.inputs.Image(shape=(224, 224), type="filepath")
|
141 |
label = gr.outputs.Label(num_top_classes=1)
|
142 |
|
143 |
-
article = "<p style='text-align: center'><a href='https://' target='_blank'>DesiVisionNet</a> | <a href='https://github.com/kunal-bhadra/DesiVisionNet' target='_blank'>GitHub Repo</a></p>
|
144 |
|
145 |
|
146 |
gr.Interface(
|
|
|
140 |
image = gr.inputs.Image(shape=(224, 224), type="filepath")
|
141 |
label = gr.outputs.Label(num_top_classes=1)
|
142 |
|
143 |
+
article = "<p style='text-align: center'><a href='https://' target='_blank'>DesiVisionNet</a> | <a href='https://github.com/kunal-bhadra/DesiVisionNet' target='_blank'>GitHub Repo</a></p>"
|
144 |
|
145 |
|
146 |
gr.Interface(
|