Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
bf862b4
1
Parent(s):
1287886
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def send_it(inputs, model_choice):
|
|
77 |
return proc(inputs)
|
78 |
|
79 |
|
80 |
-
with gr.Blocks (css ='
|
81 |
|
82 |
gr.HTML(" <div style='font-size: 20px; font-family:verdana; background-color: #000000; font-color:#FFFFFFF; width:50%; height: 30px; float: left; text-align:center;'> Your Promt Here</div> <div style='font-size: 20px; font-family:verdana; background-color:#000000; font-color:#FFFFFFF; border:1px solid #FFFFFF; border-radius: 10px; width:50%; height: 30px; float:right;text-align: center;'> Choose model here </div> " )
|
83 |
with gr.Row():
|
|
|
77 |
return proc(inputs)
|
78 |
|
79 |
|
80 |
+
with gr.Blocks (css ='main.css') as myface:
|
81 |
|
82 |
gr.HTML(" <div style='font-size: 20px; font-family:verdana; background-color: #000000; font-color:#FFFFFFF; width:50%; height: 30px; float: left; text-align:center;'> Your Promt Here</div> <div style='font-size: 20px; font-family:verdana; background-color:#000000; font-color:#FFFFFFF; border:1px solid #FFFFFF; border-radius: 10px; width:50%; height: 30px; float:right;text-align: center;'> Choose model here </div> " )
|
83 |
with gr.Row():
|