suryabbrj commited on
Commit
11933be
·
1 Parent(s): 1e05b74

"disabled the share tag, as it is depricated in huggingfaces spaces"

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,4 +47,4 @@ interface = gr.Interface(
47
  flagging_options=["correct", "just okay", "wrong"],
48
 
49
  )
50
- interface.launch(share=True)
 
47
  flagging_options=["correct", "just okay", "wrong"],
48
 
49
  )
50
+ interface.launch()