Xhaheen commited on
Commit
0ba4378
·
verified ·
1 Parent(s): dfdd8c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -121,6 +121,7 @@ demo = gr.Interface(
121
  inputs=[
122
  gr.Textbox(
123
  label="Enter your meme topic",
 
124
  placeholder="Type a topic or choose from examples below",
125
  info="Try topics like 'AI', 'Remote Work', or 'Tech Support'"
126
  )
 
121
  inputs=[
122
  gr.Textbox(
123
  label="Enter your meme topic",
124
+ value="Human Resource team",
125
  placeholder="Type a topic or choose from examples below",
126
  info="Try topics like 'AI', 'Remote Work', or 'Tech Support'"
127
  )