Spaces:
Runtime error
Runtime error
abdulmatinomotoso
commited on
Commit
•
9c1fc3a
1
Parent(s):
931d0d3
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,6 @@ 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 |
|
64 |
#launching the app
|
65 |
if __name__ == "__main__":
|
|
|
59 |
title = "HEADLINE GENERATOR",
|
60 |
outputs=[gr.outputs.Textbox(label="Headline")],
|
61 |
theme= "darkhuggingface")
|
|
|
62 |
|
63 |
#launching the app
|
64 |
if __name__ == "__main__":
|