tfulanchan commited on
Commit
73b315c
·
2 Parent(s): 5be7af7 57708ee

Merge branch 'main' of https://huggingface.co/spaces/chanhen/llama3.2-tafsir

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -87,6 +87,6 @@ demo = gr.ChatInterface(
87
  ),
88
  ],
89
  )
90
-
91
  if __name__ == "__main__":
92
- demo.launch()
 
87
  ),
88
  ],
89
  )
90
+ #To create a public link, set `share=True` in `launch()`.
91
  if __name__ == "__main__":
92
+ demo.launch(share=True)