Spaces:
Runtime error
Runtime error
update
Browse files
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")
|