Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -261,7 +261,7 @@ def clear_fn():
|
|
261 |
return "",[(None,None)]
|
262 |
|
263 |
with gr.Blocks() as app:
|
264 |
-
gr.HTML("""<center><h1>Mixtral 8x7B TLDR Summarizer</h1><h3>Summarize Data of unlimited length</h3>""")
|
265 |
chatbot = gr.Chatbot()
|
266 |
with gr.Row():
|
267 |
with gr.Column(scale=3):
|
|
|
261 |
return "",[(None,None)]
|
262 |
|
263 |
with gr.Blocks() as app:
|
264 |
+
gr.HTML("""<center><h1>Mixtral 8x7B TLDR Summarizer + Web</h1><h3>Summarize Data of unlimited length</h3>""")
|
265 |
chatbot = gr.Chatbot()
|
266 |
with gr.Row():
|
267 |
with gr.Column(scale=3):
|