Spaces:
Runtime error
Runtime error
Dacho688
commited on
Commit
·
90d640f
1
Parent(s):
b225b23
Update app.py
Browse files
app.py
CHANGED
@@ -111,4 +111,4 @@ demo = gr.ChatInterface(fn=chat, title="Resume Chatbot", description="Chat with
|
|
111 |
stop_btn="Stop Generation", multimodal=False)
|
112 |
|
113 |
if __name__ == "__main__":
|
114 |
-
demo.launch(
|
|
|
111 |
stop_btn="Stop Generation", multimodal=False)
|
112 |
|
113 |
if __name__ == "__main__":
|
114 |
+
demo.launch()
|