LucyintheSky commited on
Commit
7bfda4a
·
verified ·
1 Parent(s): 726154d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -43,6 +43,7 @@ theme = gr.themes.Base(
43
  with gr.Blocks(theme=theme) as demo:
44
  gr.Markdown("""
45
  <center> ![image/png](https://cdn-uploads.huggingface.co/production/uploads/650a1281b48ff3906647edd0/rbzPKW_p5XTG9leEO4uFt.png) </center>
 
46
  """)
47
  img = gr.Image(show_label=False, type='pil')
48
  textbox = gr.Textbox(show_label=False, placeholder='type your prompt in here')
 
43
  with gr.Blocks(theme=theme) as demo:
44
  gr.Markdown("""
45
  <center> ![image/png](https://cdn-uploads.huggingface.co/production/uploads/650a1281b48ff3906647edd0/rbzPKW_p5XTG9leEO4uFt.png) </center>
46
+ <center> <img src="https://cdn-uploads.huggingface.co/production/uploads/650a1281b48ff3906647edd0/rbzPKW_p5XTG9leEO4uFt.png" > </center>
47
  """)
48
  img = gr.Image(show_label=False, type='pil')
49
  textbox = gr.Textbox(show_label=False, placeholder='type your prompt in here')