Satyam-Singh commited on
Commit
0604e71
·
verified ·
1 Parent(s): 18a3704

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,