Spaces:
Running
Running
Commit
·
1797915
1
Parent(s):
4daeefd
add cuda note
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks() as demo:
|
|
46 |
"Zero code Gradio interface of <a href='https://github.com/huggingface/optimum-benchmark.git'>Optimum-Benchmark</a><br>"
|
47 |
"</h3>"
|
48 |
"<p style='text-align: center'>"
|
49 |
-
"
|
50 |
"</p>"
|
51 |
)
|
52 |
|
|
|
46 |
"Zero code Gradio interface of <a href='https://github.com/huggingface/optimum-benchmark.git'>Optimum-Benchmark</a><br>"
|
47 |
"</h3>"
|
48 |
"<p style='text-align: center'>"
|
49 |
+
"Note: Duplicate the space and change the hardware settings to an Nvidia machine to target CUDA devices."
|
50 |
"</p>"
|
51 |
)
|
52 |
|