Spaces:
Runtime error
Runtime error
abdulmatinomotoso
commited on
Commit
•
fe4994f
1
Parent(s):
3ffbcff
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,8 @@ demo = gr.Interface(headline_generator_2, inputs=[gr.inputs.File(label="Drop you
|
|
59 |
title = "HEADLINE GENERATOR",
|
60 |
outputs=[gr.outputs.Textbox(label="Headline")],
|
61 |
theme= "darkhuggingface")
|
62 |
-
|
|
|
63 |
#launching the app
|
64 |
if __name__ == "__main__":
|
65 |
demo.launch(debug=True)
|
|
|
59 |
title = "HEADLINE GENERATOR",
|
60 |
outputs=[gr.outputs.Textbox(label="Headline")],
|
61 |
theme= "darkhuggingface")
|
62 |
+
|
63 |
+
|
64 |
#launching the app
|
65 |
if __name__ == "__main__":
|
66 |
demo.launch(debug=True)
|