Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -109,6 +109,15 @@ with gr.Blocks(css='style.css') as demo:
|
|
109 |
prompt.submit(fn=generate, inputs=inputs, outputs=result)
|
110 |
run_button.click(fn=generate, inputs=inputs, outputs=result)
|
111 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
with gr.Accordion(label='Biases and content acknowledgment', open=False):
|
113 |
gr.HTML("""<div class="acknowledgments">
|
114 |
<h4>Biases and content acknowledgment</h4>
|
@@ -124,4 +133,5 @@ with gr.Blocks(css='style.css') as demo:
|
|
124 |
</div>
|
125 |
""")
|
126 |
|
|
|
127 |
demo.queue(api_open=False, max_size=15).launch()
|
|
|
109 |
prompt.submit(fn=generate, inputs=inputs, outputs=result)
|
110 |
run_button.click(fn=generate, inputs=inputs, outputs=result)
|
111 |
|
112 |
+
|
113 |
+
with gr.Accordion(label='We are hiring(Based in Beijing / Hangzhou, China.)', open=False):
|
114 |
+
gr.HTML("""<div class="acknowledgments">
|
115 |
+
<p>
|
116 |
+
If you're looking for an exciting challenge and the opportunity to work with cutting-edge technologies in AIGC and large-scale pretraining, then we are the place for you. We are looking for talented, motivated and creative individuals to join our team. If you are interested, please send your CV to us. <b>EMAIL: yingya.zyy@alibaba-inc.com</b>.
|
117 |
+
</p>
|
118 |
+
</div>
|
119 |
+
""")
|
120 |
+
|
121 |
with gr.Accordion(label='Biases and content acknowledgment', open=False):
|
122 |
gr.HTML("""<div class="acknowledgments">
|
123 |
<h4>Biases and content acknowledgment</h4>
|
|
|
133 |
</div>
|
134 |
""")
|
135 |
|
136 |
+
|
137 |
demo.queue(api_open=False, max_size=15).launch()
|