Spaces:
Sleeping
Sleeping
akhilhsingh
commited on
Commit
•
827268a
1
Parent(s):
c918151
Update app.py
Browse files
app.py
CHANGED
@@ -27,4 +27,4 @@ iface = gr.ChatInterface(fn=chat_with_model,
|
|
27 |
# allow_flagging="never",
|
28 |
# css=custom_css,
|
29 |
description="Type your prompt and get a response from GPT-3.5 Turbo!")
|
30 |
-
iface.launch(
|
|
|
27 |
# allow_flagging="never",
|
28 |
# css=custom_css,
|
29 |
description="Type your prompt and get a response from GPT-3.5 Turbo!")
|
30 |
+
iface.launch()
|