Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SophieNgo
/
PromptTrack
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Anne Marthe Sophie Ngo Bibinbe
commited on
Mar 30
Commit
dbff38f
·
2 Parent(s):
292b539
4cca5c4
promptTrack installed
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -151,7 +151,7 @@ with gr.Blocks(css=css) as demo:
151
)
152
153
if __name__ == "__main__":
154
-
demo.launch(
debug=True,
share=True)
155
156
157
151
)
152
153
if __name__ == "__main__":
154
+
demo.launch(share=True)
155
156
157