Jay-Rajput commited on
Commit
6991407
·
1 Parent(s): 1dac6ae
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,5 +50,5 @@ demo = gr.Interface(
50
  description="Drop text and get a more natural, human-like version. Powered by Mistral-7B-Instruct."
51
  )
52
 
53
- # if __name__ == "__main__":
54
- # demo.launch()
 
50
  description="Drop text and get a more natural, human-like version. Powered by Mistral-7B-Instruct."
51
  )
52
 
53
+ if __name__ == "__main__":
54
+ demo.launch()