remove comments
Browse files
app.py
CHANGED
@@ -41,9 +41,6 @@ def respond(
|
|
41 |
return response["choices"][0]["message"]["content"]
|
42 |
|
43 |
|
44 |
-
"""
|
45 |
-
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
46 |
-
"""
|
47 |
demo = gr.ChatInterface(
|
48 |
respond,
|
49 |
additional_inputs=[
|
|
|
41 |
return response["choices"][0]["message"]["content"]
|
42 |
|
43 |
|
|
|
|
|
|
|
44 |
demo = gr.ChatInterface(
|
45 |
respond,
|
46 |
additional_inputs=[
|