Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
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)
|