Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -374,7 +374,7 @@ with gr.Blocks(fill_height=True, css=css) as demo:
|
|
374 |
|
375 |
gr.Examples(examples=examples, inputs=[instruction, response1, response2])
|
376 |
|
377 |
-
gr.
|
378 |
|
379 |
if __name__ == "__main__":
|
380 |
demo.launch()
|
|
|
374 |
|
375 |
gr.Examples(examples=examples, inputs=[instruction, response1, response2])
|
376 |
|
377 |
+
gr.HTML(LICENSE)
|
378 |
|
379 |
if __name__ == "__main__":
|
380 |
demo.launch()
|