Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: ERA Session12
|
3 |
-
emoji:
|
4 |
colorFrom: green
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
@@ -30,4 +30,6 @@ license: mit
|
|
30 |
4. `gr.Gallery`: Used to display a numebr of images, used for displaying input images and output images.
|
31 |
5. `gr.UploadButton`: A generic file uplaod button, used for picking and uploading local image file for prediction.
|
32 |
6. `gr.Button`: Used for calling the main prediction module.
|
33 |
-
7. `gr.Label`: Used for displaying the top n classification results.
|
|
|
|
|
|
1 |
---
|
2 |
title: ERA Session12
|
3 |
+
emoji: 🔥
|
4 |
colorFrom: green
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
|
|
30 |
4. `gr.Gallery`: Used to display a numebr of images, used for displaying input images and output images.
|
31 |
5. `gr.UploadButton`: A generic file uplaod button, used for picking and uploading local image file for prediction.
|
32 |
6. `gr.Button`: Used for calling the main prediction module.
|
33 |
+
7. `gr.Label`: Used for displaying the top n classification results.
|
34 |
+
|
35 |
+
https://user-images.githubusercontent.com/23289802/258841585-4d2a75fa-3902-4839-a32a-bbfec4ef72ba.png
|