Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ css = """
|
|
38 |
"""
|
39 |
|
40 |
with gr.Blocks(css=css) as demo:
|
41 |
-
gr.HTML("<h1><center>LLaVa Chat by a href='https://huggingface.co/Satyam-Singh'>Satyam Singh</a></center></h1>")
|
42 |
gr.ChatInterface(
|
43 |
generate,
|
44 |
additional_inputs=additional_inputs,
|
|
|
38 |
"""
|
39 |
|
40 |
with gr.Blocks(css=css) as demo:
|
41 |
+
gr.HTML("<h1><center>LLaVa Chat by <a href='https://huggingface.co/Satyam-Singh'>Satyam Singh</a></center></h1>")
|
42 |
gr.ChatInterface(
|
43 |
generate,
|
44 |
additional_inputs=additional_inputs,
|