Tonic commited on
Commit
099b4ce
·
1 Parent(s): ab1c9ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -8
app.py CHANGED
@@ -116,14 +116,9 @@ additional_inputs=[
116
 
117
 
118
  with gr.Blocks() as demo:
119
- with gr.Row():
120
- with gr.Column(scale=0.4):
121
- gr.Image("better_banner.jpeg", elem_id="banner-image", show_label=False)
122
- with gr.Column():
123
- gr.Markdown(
124
- # 👋🏻Welcome to Tonic's GaiaMiniMed Chat🚀"
125
- "You can use this Space to test out the current model [(Tonic/GaiaMiniMed)](https://huggingface.co/Tonic/GaiaMiniMed) or duplicate this Space and use it locally or on 🤗HuggingFace. [Join me on Discord to build together](https://discord.gg/VqTxc76K3u)."
126
- )
127
 
128
  gr.ChatInterface(
129
  generate,
 
116
 
117
 
118
  with gr.Blocks() as demo:
119
+
120
+ title = "👋🏻Welcome to Tonic's GaiaMiniMed🦅⚕️Falcon Chat🚀"
121
+ description = "You can use this Space to test out the current model [(Tonic/GaiaMiniMed)](https://huggingface.co/Tonic/GaiaMiniMed) with chat memory optimized for falcon models. or duplicate this Space and use it locally or on 🤗HuggingFace. [Join me on Discord to build together](https://discord.gg/VqTxc76K3u)."
 
 
 
 
 
122
 
123
  gr.ChatInterface(
124
  generate,