Update app.py
Browse files
app.py
CHANGED
|
@@ -910,7 +910,8 @@ def send_it1(inputs, model_choice):
|
|
| 910 |
css=""""""
|
| 911 |
|
| 912 |
|
| 913 |
-
|
|
|
|
| 914 |
gr.HTML("""
|
| 915 |
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
| 916 |
<div>
|
|
|
|
| 910 |
css=""""""
|
| 911 |
|
| 912 |
|
| 913 |
+
|
| 914 |
+
with gr.Blocks(css="style.css", theme="NoCrypt/[email protected]") as myface:
|
| 915 |
gr.HTML("""
|
| 916 |
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
| 917 |
<div>
|