Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Isidorophp/Talk-to-Dr.Watson
Isidorophp
/
Magic-with-Hermione-Granger
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Isidorophp
commited on
May 16, 2024
Commit
4399c07
·
verified
·
1 Parent(s):
e77bd1a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -147,4 +147,6 @@ async def generate1(prompt):
147
148
149
if __name__ == "__main__":
150
-
demo.queue(max_size=200).launch(
share=True
)
147
148
149
if __name__ == "__main__":
150
+
demo.queue(max_size=200
,api_open=False
).launch()
151
+
152
+