svjack commited on
Commit
0993857
·
1 Parent(s): e73f4e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -0
app.py CHANGED
@@ -88,4 +88,18 @@ demo = gr.Interface(
88
  cache_examples = False
89
  )
90
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  demo.launch(server_name=None, server_port=None)
 
88
  cache_examples = False
89
  )
90
 
91
+ with demo:
92
+ gr.HTML(
93
+ '''
94
+ <div style="justify-content: center; display: flex;">
95
+ <iframe
96
+ src="https://svjack-chatglm3-few-shot-demo.hf.space/?input_list_index=2"
97
+ frameborder="0"
98
+ width="1400"
99
+ height="768"
100
+ ></iframe>
101
+ </div>
102
+ '''
103
+ )
104
+
105
  demo.launch(server_name=None, server_port=None)