darkc0de commited on
Commit
6af7115
·
verified ·
1 Parent(s): 30a0153

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1,4 +1,3 @@
1
- ![image/webp](https://cdn-uploads.huggingface.co/production/uploads/6540a02d1389943fef4d2640/AWgZEpPD-oxWMyOmHhoi1.webp)
2
  import gradio as gr
3
  from huggingface_hub import InferenceClient
4
 
@@ -78,7 +77,6 @@ def respond(message, history):
78
 
79
 
80
  with gr.Blocks() as demo:
81
- gr.HTML("<h1 style='text-align: center; font-size: 3em;'>Xortron7</h1>") # Title banner
82
  gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
83
 
84
  if __name__ == "__main__":
 
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
 
77
 
78
 
79
  with gr.Blocks() as demo:
 
80
  gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
81
 
82
  if __name__ == "__main__":