Spaces:
Runtime error
Runtime error
Davidsamuel101
commited on
Commit
·
6523597
1
Parent(s):
43bf172
app.py
CHANGED
@@ -74,4 +74,4 @@ with gr.Blocks() as demo:
|
|
74 |
inference_btn = gr.Button("Summarized PDF")
|
75 |
inference_btn.click(fn=inference, inputs=inp, outputs=out, show_progress=True, api_name="summarize")
|
76 |
|
77 |
-
demo.launch(
|
|
|
74 |
inference_btn = gr.Button("Summarized PDF")
|
75 |
inference_btn.click(fn=inference, inputs=inp, outputs=out, show_progress=True, api_name="summarize")
|
76 |
|
77 |
+
demo.launch()
|