Spaces:
Build error
Build error
Commit ·
2e8ed25
1
Parent(s): 434999d
Upload folder using huggingface_hub
Browse files
test3.py
CHANGED
|
@@ -44,6 +44,6 @@ def chat(message, history):
|
|
| 44 |
|
| 45 |
return ai_response
|
| 46 |
iface = gr.ChatInterface(fn=chat)
|
| 47 |
-
iface.
|
| 48 |
# Launch the Gradio chat interface
|
| 49 |
iface.launch()
|
|
|
|
| 44 |
|
| 45 |
return ai_response
|
| 46 |
iface = gr.ChatInterface(fn=chat)
|
| 47 |
+
iface.title(content="ChatABT. A real mean ai. i dont have the money to run this 24/7 lol.")
|
| 48 |
# Launch the Gradio chat interface
|
| 49 |
iface.launch()
|