FrederickSundeep commited on
Commit
6698e40
·
1 Parent(s): dc0e6de

update commit with phi-3 mini 4

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,4 +46,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
46
  chatbot=gr.Chatbot(type="messages") # fixes the deprecated tuples warning
47
  )
48
 
49
- demo.launch()
 
46
  chatbot=gr.Chatbot(type="messages") # fixes the deprecated tuples warning
47
  )
48
 
49
+ demo.launch(share=True)