Spaces:
Runtime error
Runtime error
Commit
·
21529c8
1
Parent(s):
c94aa69
Update app.py
Browse files
app.py
CHANGED
@@ -31,5 +31,5 @@ iface = gr.Interface(fn=summarize,
|
|
31 |
description=description,
|
32 |
theme="huggingface")
|
33 |
|
34 |
-
if __name__ == "__main__":
|
35 |
iface.launch(share=False)
|
|
|
31 |
description=description,
|
32 |
theme="huggingface")
|
33 |
|
34 |
+
if __name__ == "__main__":
|
35 |
iface.launch(share=False)
|