Aneeshmishra commited on
Commit
d948e48
·
verified ·
1 Parent(s): 992fc97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -42,7 +42,5 @@ demo = gr.Interface(fn=summarize,
42
  inputs=gr.Textbox(lines=20, label="Transcript"),
43
  outputs="text",
44
  title="Free Transcript Summariser – Mixtral-8×7B")
45
-
46
  if __name__ == "__main__":
47
- demo.launch()
48
-
 
42
  inputs=gr.Textbox(lines=20, label="Transcript"),
43
  outputs="text",
44
  title="Free Transcript Summariser – Mixtral-8×7B")
 
45
  if __name__ == "__main__":
46
+ demo.launch()