Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
manabb
/
NRLCommercialAI
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
manabb
commited on
17 days ago
Commit
3dcf5c8
·
verified
·
1 Parent(s):
a17791b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -593,5 +593,5 @@ with gr.Blocks(css=css) as demo:
593
🚧 Coming Soon 🚧
594
</div> """
595
)
596
-
#
demo.queue().launch()
597
-
demo.launch()
593
🚧 Coming Soon 🚧
594
</div> """
595
)
596
+
demo.queue().launch()
597
+
#
demo.launch()