Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-

|
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__":
|