amildravid4292 commited on
Commit
28f5d1d
·
verified ·
1 Parent(s): 1682f82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -408,7 +408,7 @@ intro = """
408
  with gr.Blocks(css="style.css") as demo:
409
  gr.HTML(intro)
410
 
411
- gr.Markdown("""<div style="text-align: justify;"> In this demo, you can get an identity-encoding model by sampling or inverting. To use a model previously downloaded from this demo see \"Uploading a model\" in the `Advanced options`. Next, you can generate new samples from it, or edit the identity encoded in the model and generate samples from the edited model. We provide detailed instructions and tips at the bottom of the page.""")
412
  with gr.Column():
413
  with gr.Row():
414
  with gr.Column():
 
408
  with gr.Blocks(css="style.css") as demo:
409
  gr.HTML(intro)
410
 
411
+ gr.Markdown("""<div style="text-align: justify;"> In this demo, you can get an identity-encoding model by sampling or inverting. To use a model previously downloaded from this demo see \"Uploading a model\" in the Advanced Options. Next, you can generate new samples from it, or edit the identity encoded in the model and generate samples from the edited model. We provide detailed instructions and tips at the bottom of the page.""")
412
  with gr.Column():
413
  with gr.Row():
414
  with gr.Column():