Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
theshresthshukla
/
rjchatbot
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
theshresthshukla
commited on
Apr 15
Commit
b048ad7
·
verified
·
1 Parent(s):
653ba7b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -147,4 +147,4 @@ with gr.Blocks(css="""
147
148
# Launch the app
149
if __name__ == "__main__":
150
-
demo.launch()
147
148
# Launch the app
149
if __name__ == "__main__":
150
+
demo.launch(
share=True
)