Yntec commited on
Commit
238c6d9
1 Parent(s): 688b3e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
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)