Spaces:
Running
Running
Update app.py
Browse files
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 |
)
|