Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -69,6 +69,9 @@ with block:
|
|
69 |
|
70 |
gr.Markdown("""<h1><center> Trashcan AI </center></h1>
|
71 |
""")
|
|
|
|
|
|
|
72 |
|
73 |
chatbot = gr.Chatbot()
|
74 |
message = gr.Textbox(placeholder="Type here")
|
|
|
69 |
|
70 |
gr.Markdown("""<h1><center> Trashcan AI </center></h1>
|
71 |
""")
|
72 |
+
|
73 |
+
gr.Markdown("""<h3><center> LLama3.1 hosted on a 2013 "Trashcan" Mac Pro with ollama </center></h3>
|
74 |
+
""")
|
75 |
|
76 |
chatbot = gr.Chatbot()
|
77 |
message = gr.Textbox(placeholder="Type here")
|