Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def chat_inf(system_prompt,prompt,history,client_choice):
|
|
58 |
def clear_fn():
|
59 |
return None,None,None
|
60 |
with gr.Blocks() as app:
|
61 |
-
gr.
|
62 |
with gr.Group():
|
63 |
chat_b = gr.Chatbot()
|
64 |
with gr.Row():
|
|
|
58 |
def clear_fn():
|
59 |
return None,None,None
|
60 |
with gr.Blocks() as app:
|
61 |
+
gr.HTML("""<center><h1 style='font-size:xx-large;'>Google Gemma Models</h1><br><h3>running with Huggingface Inference Client</h3><br><h7>EXPERIMENTAL""")
|
62 |
with gr.Group():
|
63 |
chat_b = gr.Chatbot()
|
64 |
with gr.Row():
|