Spaces:
Sleeping
Sleeping
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)
|