Spaces:
Runtime error
Runtime error
Jason Adrian
commited on
Commit
·
8477e84
1
Parent(s):
a4de439
Changing the image architecture + credits
Browse files- app.py +1 -0
- figures/Original-ResNet-18-Architecture.png +0 -0
- figures/ResNet-18.png +0 -0
- index.html +1 -2
app.py
CHANGED
|
@@ -256,6 +256,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue=page_utils.KALBE_THEME_COLOR,
|
|
| 256 |
fn=image_classifier,
|
| 257 |
cache_examples=False,
|
| 258 |
)
|
|
|
|
| 259 |
|
| 260 |
# demo = gr.Interface(fn=image_classifier, inputs="image", outputs="label")
|
| 261 |
app.launch(share=True)
|
|
|
|
| 256 |
fn=image_classifier,
|
| 257 |
cache_examples=False,
|
| 258 |
)
|
| 259 |
+
gr.Markdown(line_breaks=True, value='Created by: <div class="row"><a href="https://github.com/jasonadriann?tab=repositories"><img alt="GitHub" src="https://img.shields.io/badge/Jason%20Adrian-000000?logo=github"></a><a href="https://www.linkedin.com/in/jason-adrian-36393a218/"><img alt="Lightning" src="https://img.shields.io/badge/Jason%20Adrian-0072b1?logo=linkedin"></a> </div>')
|
| 260 |
|
| 261 |
# demo = gr.Interface(fn=image_classifier, inputs="image", outputs="label")
|
| 262 |
app.launch(share=True)
|
figures/Original-ResNet-18-Architecture.png
ADDED
|
figures/ResNet-18.png
ADDED
|
index.html
CHANGED
|
@@ -39,8 +39,7 @@
|
|
| 39 |
<p class="overview-content">
|
| 40 |
The model architecture of ResNet18 to train x-ray images for classifying body part.
|
| 41 |
</p>
|
| 42 |
-
<img class="content-image" src="file/figures/
|
| 43 |
-
<img class="content-image" src="file/figures/resnet-residual-block-for-resnet18-from-scratch-using-pytorch.png" alt="model-architecture" />
|
| 44 |
</div>
|
| 45 |
</div>
|
| 46 |
</section>
|
|
|
|
| 39 |
<p class="overview-content">
|
| 40 |
The model architecture of ResNet18 to train x-ray images for classifying body part.
|
| 41 |
</p>
|
| 42 |
+
<img class="content-image" src="file/figures/ResNet-18.png" alt="model-architecture" width="425" height="115" style="vertical-align:middle" />
|
|
|
|
| 43 |
</div>
|
| 44 |
</div>
|
| 45 |
</section>
|