panchajanya1999 commited on
Commit
0b8427c
1 Parent(s): d9882b0

app: Avoid sharing in spaces

Browse files

It is not allowed in HuggingFace.

Signed-off-by: Panchajanya1999 <rsk52959@gmail.com>

Files changed (1) hide show
  1. app.py +1 -1
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=True)
 
36
  description = "Enter a prompt and the chatbot will generate a response.",
37
  theme=gr.themes.Monochrome()
38
  )
39
+ demo.launch(share=False)