Solus-PG commited on
Commit
1876a9a
·
verified ·
1 Parent(s): c85713e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -104,5 +104,6 @@ demo = gr.Interface(
104
  **Note: The responses from this model should not be taken as truth.**"""
105
  )
106
 
 
107
  # Launch the app
108
  demo.launch()
 
104
  **Note: The responses from this model should not be taken as truth.**"""
105
  )
106
 
107
+ share=True
108
  # Launch the app
109
  demo.launch()