Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Rahaf2001
/
Testpro
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Rahaf2001
commited on
Oct 22, 2025
Commit
fdc5098
·
verified
·
1 Parent(s):
97278db
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -197,6 +197,7 @@ with gr.Blocks(
197
out4
198
)
199
200
if __name__ == "__main__":
201
demo.launch()
202
197
out4
198
)
199
200
+
201
if __name__ == "__main__":
202
demo.launch()
203