Satyam-Singh commited on
Commit
99d4308
1 Parent(s): 13df089

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -11
app.py CHANGED
@@ -24,15 +24,4 @@ llava=gr.ChatInterface(
24
  description="This Is Official Demo Of ```LLaVa-2```. ```History/context``` memory does not work in this demo",
25
  concurrency_limit=20,#layout="vertical",#bubble_full_width=False
26
  )
27
- gr.HTML(
28
- <head>
29
- <!-- Google Tag Manager -->
30
- <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
31
- new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
32
- j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
33
- 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
34
- })(window,document,'script','dataLayer','GTM-WXX2Q36Z');</script>
35
- <!-- End Google Tag Manager -->
36
- )</head>
37
- )
38
  llava.launch(share=True,show_api=False)
 
24
  description="This Is Official Demo Of ```LLaVa-2```. ```History/context``` memory does not work in this demo",
25
  concurrency_limit=20,#layout="vertical",#bubble_full_width=False
26
  )
 
 
 
 
 
 
 
 
 
 
 
27
  llava.launch(share=True,show_api=False)