ysharma HF staff commited on
Commit
172b66c
·
verified ·
1 Parent(s): 7dd4a18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,7 +13,7 @@ with gr.Blocks(theme=theme) as demo2:
13
  mmt = gr.MultimodalTextbox()
14
  mmt = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
15
 
16
- #demo1.launch()
17
 
18
 
19
  def print_like_dislike(x: gr.LikeData):
@@ -71,5 +71,5 @@ demo1 = gr.ChatInterface(fn=echo,
71
  #examples_per_page=6,
72
 
73
  )
74
- demo1.launch()
75
  #demo.launch()
 
13
  mmt = gr.MultimodalTextbox()
14
  mmt = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
15
 
16
+ demo2.launch()
17
 
18
 
19
  def print_like_dislike(x: gr.LikeData):
 
71
  #examples_per_page=6,
72
 
73
  )
74
+ #demo1.launch()
75
  #demo.launch()