Spaces:
Runtime error
Runtime error
Commit
·
84ea4c2
1
Parent(s):
f84963e
Update app.py
Browse files
app.py
CHANGED
@@ -164,5 +164,5 @@ with gr.Blocks() as demo:
|
|
164 |
keyphraseButton.click(fn=keyphraseElaboration, inputs=[title, abstract, userDefinedKeyphrases, maxTokensElaboration, numAbstractSentencesKeyphrase], outputs=outputKeyphrase)
|
165 |
summaryButton.click(fn=plainLanguageSummary, inputs=[title, abstract, maxTokensSummary, numAbstractSentencesSummary], outputs = outputSummary)
|
166 |
|
167 |
-
demo.launch(
|
168 |
|
|
|
164 |
keyphraseButton.click(fn=keyphraseElaboration, inputs=[title, abstract, userDefinedKeyphrases, maxTokensElaboration, numAbstractSentencesKeyphrase], outputs=outputKeyphrase)
|
165 |
summaryButton.click(fn=plainLanguageSummary, inputs=[title, abstract, maxTokensSummary, numAbstractSentencesSummary], outputs = outputSummary)
|
166 |
|
167 |
+
demo.launch()
|
168 |
|