Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lichorosario
/
test-bug-spacename
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Lisandro
commited on
Jul 17, 2024
Commit
10cd5a3
·
1 Parent(s):
81ac0b0
nueva app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from gradio_client import Client, handle_file
2
+
tile_upscaler_url = "gokaygokay/TileUpscalerV2"
3
+
4
+
client_tile_upscaler = Client(tile_upscaler_url)