Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Catalystier
/
UI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1nabeelsiddiqui
commited on
Jun 29, 2025
Commit
72cd81e
·
verified
·
1 Parent(s):
fba5d37
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import gradio as gr
2
from huggingface_hub import InferenceClient
3
4
"""
1
import gradio as gr
2
+
import time
3
from huggingface_hub import InferenceClient
4
5
"""