Update app.py
Browse files
app.py
CHANGED
|
@@ -209,4 +209,4 @@ demo = gr.ChatInterface(
|
|
| 209 |
|
| 210 |
if __name__ == "__main__":
|
| 211 |
iface_loop.launch()
|
| 212 |
-
|
|
|
|
| 209 |
|
| 210 |
if __name__ == "__main__":
|
| 211 |
iface_loop.launch()
|
| 212 |
+
demo.launch() # Uncomment to run the chat template toon
|