Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,6 +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 |
with gr.Group():
|
| 62 |
chat_b = gr.Chatbot()
|
| 63 |
with gr.Row():
|
|
|
|
| 58 |
def clear_fn():
|
| 59 |
return None,None,None
|
| 60 |
with gr.Blocks() as app:
|
| 61 |
+
gr.Markdown("""<center><h1>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():
|