ysharma HF Staff commited on
Commit
1aee2cc
·
1 Parent(s): 41eff51
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -59,6 +59,10 @@ def write_on_image(uploaded_image, joke):
59
  return image0 #, new_prompt
60
 
61
  with gr.Blocks() as demo:
 
 
 
 
62
  with gr.Row():
63
  #in_newssource = gr.Dropdown(["Google News", "The Hindu", "Times Of India"], label='Choose a News Outlet')
64
  in_image = gr.Image(type="filepath")
 
59
  return image0 #, new_prompt
60
 
61
  with gr.Blocks() as demo:
62
+ gr.Markdown("<h1><center>Meme your image</center></h1>")
63
+ gr.Markdown(
64
+ """<center><i>This is a Work In Progress</i></center>
65
+ """)
66
  with gr.Row():
67
  #in_newssource = gr.Dropdown(["Google News", "The Hindu", "Times Of India"], label='Choose a News Outlet')
68
  in_image = gr.Image(type="filepath")