Update app.py
Browse files
app.py
CHANGED
@@ -625,7 +625,7 @@ title_html = """
|
|
625 |
</p>
|
626 |
"""
|
627 |
|
628 |
-
with gr.Blocks(css=css, title="
|
629 |
gr.Markdown(title_html)
|
630 |
|
631 |
with gr.Row():
|
|
|
625 |
</p>
|
626 |
"""
|
627 |
|
628 |
+
with gr.Blocks(css=css, title="@Based by 'MS Gemma-3-27b' @Powered by 'MOUSE-II'(VIDRAFT)") as demo:
|
629 |
gr.Markdown(title_html)
|
630 |
|
631 |
with gr.Row():
|