Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,8 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
65 |
"""
|
66 |
|
67 |
demo = gr.ChatInterface(generated_response,
|
68 |
-
title="This model is running on cpu so it will effect reasoning and inference time will be slow" # This sets the header title
|
|
|
69 |
|
70 |
if __name__ == "__main__":
|
71 |
demo.launch(share=True)
|
|
|
65 |
"""
|
66 |
|
67 |
demo = gr.ChatInterface(generated_response,
|
68 |
+
title="This model is running on cpu so it will effect reasoning and inference time will be slow" # This sets the header title
|
69 |
+
)
|
70 |
|
71 |
if __name__ == "__main__":
|
72 |
demo.launch(share=True)
|