Chemsseddine commited on
Commit
531e999
·
1 Parent(s): 9251947

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,4 +78,4 @@ with demo:
78
  with gr.TabItem("Comparer resultat"):
79
  gr.Interface(diff_texts,[inp,out],gr.HighlightedText(label="Difference"),allow_flagging=False)
80
 
81
- demo.launch(share=True,debug=True)
 
78
  with gr.TabItem("Comparer resultat"):
79
  gr.Interface(diff_texts,[inp,out],gr.HighlightedText(label="Difference"),allow_flagging=False)
80
 
81
+ demo.launch(debug=True)