Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ outputs = gr.outputs.Label(type="confidences",num_top_classes=5)
|
|
49 |
|
50 |
title = "PROXYLESSNAS"
|
51 |
description = "Gradio demo for PROXYLESSNAS, Proxylessly specialize CNN architectures for different hardware platforms. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
52 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1812.00332'>ProxylessNAS: Direct Neural Architecture Search on Target Task and Hardware</a> | <a href='https://github.com/mit-han-lab/ProxylessNAS'>Github Repo</a></p>"
|
53 |
|
54 |
examples = [
|
55 |
['dog.jpg']
|
|
|
49 |
|
50 |
title = "PROXYLESSNAS"
|
51 |
description = "Gradio demo for PROXYLESSNAS, Proxylessly specialize CNN architectures for different hardware platforms. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
52 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1812.00332' target='_blank'>ProxylessNAS: Direct Neural Architecture Search on Target Task and Hardware</a> | <a href='https://github.com/mit-han-lab/ProxylessNAS' target='_blank'>Github Repo</a></p>"
|
53 |
|
54 |
examples = [
|
55 |
['dog.jpg']
|