Spaces:
Running
Running
panchajanya1999
commited on
Commit
•
0b8427c
1
Parent(s):
d9882b0
app: Avoid sharing in spaces
Browse filesIt is not allowed in HuggingFace.
Signed-off-by: Panchajanya1999 <rsk52959@gmail.com>
app.py
CHANGED
@@ -36,4 +36,4 @@ demo = gr.Interface(
|
|
36 |
description = "Enter a prompt and the chatbot will generate a response.",
|
37 |
theme=gr.themes.Monochrome()
|
38 |
)
|
39 |
-
demo.launch(share=
|
|
|
36 |
description = "Enter a prompt and the chatbot will generate a response.",
|
37 |
theme=gr.themes.Monochrome()
|
38 |
)
|
39 |
+
demo.launch(share=False)
|