mginoben commited on
Commit
9cb3eae
·
1 Parent(s): efd6810

Made application public

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,5 +1,4 @@
1
  import gradio as gr
2
- import pandas as pd
3
  import requests
4
  import emoji
5
  import re
@@ -158,4 +157,4 @@ demo = gr.Interface(
158
  flagging_options=['Good bot', 'Bad bot']
159
  )
160
 
161
- demo.launch(debug=True)
 
1
  import gradio as gr
 
2
  import requests
3
  import emoji
4
  import re
 
157
  flagging_options=['Good bot', 'Bad bot']
158
  )
159
 
160
+ demo.launch(share=True)