Spaces:
Runtime error
Runtime error
Updating Image Link
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# RENESIS TECH
|
2 |
|
3 |
-
![Image of your organization's logo](/
|
4 |
|
5 |
**Description:**
|
6 |
*Providing state-of-the-Art solutions related in the field of game development, web3, and AI.*
|
@@ -27,6 +27,3 @@
|
|
27 |
|
28 |
**Organization Type:**
|
29 |
*Company to incubate innovation*
|
30 |
-
|
31 |
-
|
32 |
-
|
|
|
1 |
# RENESIS TECH
|
2 |
|
3 |
+
![Image of your organization's logo](https://i.ibb.co/2F9h0vB/renesis-tech.jpg)
|
4 |
|
5 |
**Description:**
|
6 |
*Providing state-of-the-Art solutions related in the field of game development, web3, and AI.*
|
|
|
27 |
|
28 |
**Organization Type:**
|
29 |
*Company to incubate innovation*
|
|
|
|
|
|
app.py
CHANGED
@@ -37,7 +37,7 @@ iface = gr.Interface(
|
|
37 |
)
|
38 |
|
39 |
# Add a logo to the top center
|
40 |
-
iface.logo = "
|
41 |
|
42 |
# Launch the Gradio app
|
43 |
iface.launch()
|
|
|
37 |
)
|
38 |
|
39 |
# Add a logo to the top center
|
40 |
+
iface.logo = "/src/renesis-tech.jpg"
|
41 |
|
42 |
# Launch the Gradio app
|
43 |
iface.launch()
|