Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Saad381
/
Saad381-Spectra-V1
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Saad381
commited on
Nov 25, 2024
Commit
1b673ec
·
verified
·
1 Parent(s):
989fa18
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.load("models/Saad381/Spectra-V1").launch()
1
import gradio as gr
2
3
+
gr.load("models/Saad381/Spectra-V1").launch(
True
)