Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,15 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 📉
|
4 |
colorFrom: gray
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
pinned: false
|
9 |
app_port: 8080
|
10 |
---
|
11 |
|
|
|
|
|
|
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Gradio + ZeroGPU + Uvicorn
|
3 |
emoji: 📉
|
4 |
colorFrom: gray
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.32.1
|
8 |
pinned: false
|
9 |
app_port: 8080
|
10 |
---
|
11 |
|
12 |
+
This space is just a demo showing way how I did to Gradio works with Uvicorn and ZeroGPU.
|
13 |
+
Still try understand why withot this dont works normally
|
14 |
+
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|