Spaces:
Runtime error
Runtime error
okaris
commited on
Commit
Β·
9c24db9
1
Parent(s):
2d6b034
Learning how to space
Browse files- space.py β app.py +2 -1
space.py β app.py
RENAMED
|
@@ -116,4 +116,5 @@ with gr.Blocks() as demo:
|
|
| 116 |
)
|
| 117 |
# clear.click(lambda: None, None, chatbot, queue=False)
|
| 118 |
|
| 119 |
-
|
|
|
|
|
|
| 116 |
)
|
| 117 |
# clear.click(lambda: None, None, chatbot, queue=False)
|
| 118 |
|
| 119 |
+
if __name__ == "__main__":
|
| 120 |
+
demo.launch()
|