Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bhanusAI
/
plantifysol
like
0
Sleeping
App
Files
Files
Community
10
Fetching metadata from the HF Docker repository...
bhanusAI
commited on
Dec 20, 2024
Commit
969f366
·
verified
·
1 Parent(s):
01462ec
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -98,5 +98,4 @@ demo = gr.Interface(
98
)
99
100
# Launch the interface
101
-
if
__name__ == "__main__":
102
-
demo.launch(share=True, show_error=True)
98
)
99
100
# Launch the interface
101
+
demo.launch(share=True,
show_error=True)