Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,6 @@ def check_rand(inp,val):
|
|
113 |
|
114 |
with gr.Blocks() as app:
|
115 |
memory=gr.State()
|
116 |
-
gr.HTML("""<center><h1 style='font-size:xx-large;'>Google Gemma Models</h1><br><h3>running on Huggingface Inference Client</h3><br><h7>EXPERIMENTAL""")
|
117 |
chat_b = gr.Chatbot(height=500)
|
118 |
with gr.Group():
|
119 |
with gr.Row():
|
|
|
113 |
|
114 |
with gr.Blocks() as app:
|
115 |
memory=gr.State()
|
|
|
116 |
chat_b = gr.Chatbot(height=500)
|
117 |
with gr.Group():
|
118 |
with gr.Row():
|