DigiP-AI commited on
Commit
d913e55
·
verified ·
1 Parent(s): 036c153

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -204,8 +204,12 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
204
  image_button.click(flip_image, inputs=image_input, outputs=image_output)
205
 
206
  with gr.Tab("Information"):
207
- with gr.Row():
208
- tips = gr.Textbox(label="Useful Information", placeholder="Please note, some of the LoRAS do not work all of the tim, I'm not sure why, please keep trying", lines=2, Interactive=False)
 
 
 
 
209
 
210
  if __name__ == "__main__":
211
  app.launch(show_api=False, share=False)
 
204
  image_button.click(flip_image, inputs=image_input, outputs=image_output)
205
 
206
  with gr.Tab("Information"):
207
+ with gr.Row():
208
+ gr.Markdown("""
209
+ - **Information**:
210
+ Some of the LoRAS may not work all of the time, I don't know why, just keep trying them.
211
+
212
+ """)
213
 
214
  if __name__ == "__main__":
215
  app.launch(show_api=False, share=False)