Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -93,14 +93,7 @@ css="""
|
|
93 |
display: inline-block !important;}
|
94 |
"""
|
95 |
|
96 |
-
with gr.Blocks() as demo:
|
97 |
-
gr.HTML(
|
98 |
-
"""
|
99 |
-
<div>
|
100 |
-
<p> <center>Most models have been taken offline and no more models will be added, for more information check <a href="https://huggingface.co/posts/nyuuzyou/820726264775936#674e9034b4eb56ff8080a786">this thread.</center>
|
101 |
-
</p></div>
|
102 |
-
"""
|
103 |
-
)
|
104 |
|
105 |
with gr.Tab('Toy World'):
|
106 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|
|
|
93 |
display: inline-block !important;}
|
94 |
"""
|
95 |
|
96 |
+
with gr.Blocks(css=css) as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
|
98 |
with gr.Tab('Toy World'):
|
99 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|