techguy1423 commited on
Commit
58feb18
·
1 Parent(s): 2e8ed25

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. test3.py +1 -2
test3.py CHANGED
@@ -43,7 +43,6 @@ def chat(message, history):
43
  ai_response += f"And don't forget, {message[-1]}!"
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()
 
43
  ai_response += f"And don't forget, {message[-1]}!"
44
 
45
  return ai_response
46
+ iface = gr.ChatInterface(fn=chat, title="ChatABT. A real mean ai. i dont have the money to run this 24/7 lol.")
 
47
  # Launch the Gradio chat interface
48
  iface.launch()