ysharma HF staff commited on
Commit
c1c164e
1 Parent(s): 2b7b9e5

update layout and included initial directions

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,10 +65,10 @@ with gr.Blocks() as demo:
65
  Please visit their website and <a href="https://github.com/pix2pixzero/pix2pix-zero" target="_blank">github repo</a> for more details.
66
  </p></div>""")
67
  gr.HTML("""<a href="https://huggingface.co/spaces/ysharma/pix2pix-zero-01?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate this Space and upgrade to a GPU for fast Inference & no queue<br>""")
68
-
 
69
  with gr.Row():
70
  image_in = gr.Image(type="pil", label="Start by uploading an image of a Cat or a Dog that you want to translate")
71
- direction_html = gr.HTML(value="<h4>👈Upload a Dog or a Cat image to get started or simply Click one of the examples👉</h4>", visible=True)
72
  gr.Examples(
73
  examples=[os.path.join(os.path.dirname(__file__), "dog11.jpg"), os.path.join(os.path.dirname(__file__), "cat11.jpg")],
74
  inputs=image_in,
 
65
  Please visit their website and <a href="https://github.com/pix2pixzero/pix2pix-zero" target="_blank">github repo</a> for more details.
66
  </p></div>""")
67
  gr.HTML("""<a href="https://huggingface.co/spaces/ysharma/pix2pix-zero-01?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate this Space and upgrade to a GPU for fast Inference & no queue<br>""")
68
+
69
+ direction_html = gr.HTML(value="<h4>👇Upload a Dog or a Cat image to get started or simply Click one of the examples👇</h4>", visible=True)
70
  with gr.Row():
71
  image_in = gr.Image(type="pil", label="Start by uploading an image of a Cat or a Dog that you want to translate")
 
72
  gr.Examples(
73
  examples=[os.path.join(os.path.dirname(__file__), "dog11.jpg"), os.path.join(os.path.dirname(__file__), "cat11.jpg")],
74
  inputs=image_in,