Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gaur3009
/
Idx
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gaur3009
commited on
Dec 9, 2024
Commit
bd6b3ae
·
verified
·
1 Parent(s):
66083b4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -44,4 +44,4 @@ interface = gr.Interface(
44
)
45
46
if __name__ == "__main__":
47
-
interface.launch()
44
)
45
46
if __name__ == "__main__":
47
+
interface.launch(
return_timestamps = True
)