Spaces:
Runtime error
Runtime error
robertselvam
commited on
Commit
·
45a083d
1
Parent(s):
13e8d8a
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ class WebpageSummarizer:
|
|
149 |
btn.click(fn=self.summarize_webpage, inputs=inputs, outputs=outputs)
|
150 |
|
151 |
# Launch the Gradio interface
|
152 |
-
demo.launch(
|
153 |
|
154 |
|
155 |
if __name__ == "__main__":
|
|
|
149 |
btn.click(fn=self.summarize_webpage, inputs=inputs, outputs=outputs)
|
150 |
|
151 |
# Launch the Gradio interface
|
152 |
+
demo.launch()
|
153 |
|
154 |
|
155 |
if __name__ == "__main__":
|