Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|
|