Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -127,6 +127,5 @@ demo = gr.Interface(final_summary, inputs=[gr.inputs.Textbox(label="Drop your ar
|
|
| 127 |
outputs=[gr.outputs.Textbox(label="Summary")],
|
| 128 |
theme= "darkhuggingface")
|
| 129 |
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
demo.launch(share=True)
|
|
|
|
| 127 |
outputs=[gr.outputs.Textbox(label="Summary")],
|
| 128 |
theme= "darkhuggingface")
|
| 129 |
|
| 130 |
+
|
| 131 |
+
demo.launch()
|
|
|