Spaces:
Sleeping
Sleeping
Commit ·
85e2d45
1
Parent(s): bfe7886
Add info to app.py
Browse files
app.py
CHANGED
|
@@ -153,6 +153,13 @@ with gr.Blocks() as demo:
|
|
| 153 |
💻 GitHub
|
| 154 |
</button>
|
| 155 |
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 156 |
</div>
|
| 157 |
<img src="https://f-inr.github.io/static/images/fig1_overview.png" alt="F-INR Overview" style="max-width: 100%; border-radius: 10px; margin-bottom: 2rem; box-shadow: 0 4px 6px rgba(0,0,0,0.1);">
|
| 158 |
<p style="text-align: justify; margin-bottom: 2rem;">
|
|
|
|
| 153 |
💻 GitHub
|
| 154 |
</button>
|
| 155 |
</a>
|
| 156 |
+
</div>
|
| 157 |
+
<div style="background: #fff3cd; border: 1px solid #ffecb5; color: #664d03; border-radius: 8px; padding: 0.8rem 1rem; margin-bottom: 1rem; text-align: left;">
|
| 158 |
+
<strong style="font-weight: 800; color: #1f1f1f;">Important:</strong> This Hugging Face demo runs on <strong style="font-weight: 800; color: #1f1f1f;">CPU only</strong>.
|
| 159 |
+
For full performance, run locally with CUDA/Conda from
|
| 160 |
+
<a href="https://huggingface.co/spaces/f-inr/F-iNR-2D-HuggingFace-Demo" target="_blank">Hugging Face</a>
|
| 161 |
+
or
|
| 162 |
+
<a href="https://github.com/f-inr/F-iNR-2D-HuggingFace-Demo" target="_blank">GitHub</a>.
|
| 163 |
</div>
|
| 164 |
<img src="https://f-inr.github.io/static/images/fig1_overview.png" alt="F-INR Overview" style="max-width: 100%; border-radius: 10px; margin-bottom: 2rem; box-shadow: 0 4px 6px rgba(0,0,0,0.1);">
|
| 165 |
<p style="text-align: justify; margin-bottom: 2rem;">
|