Spaces:
Running
Running
bhavyagiri
commited on
Commit
•
362d9c3
1
Parent(s):
341be38
Upload app.py
Browse files
app.py
CHANGED
@@ -33,5 +33,5 @@ examples = ['Spiderman giving lecture', 'Angry Karen']
|
|
33 |
interpretation='default'
|
34 |
enable_queue=True
|
35 |
|
36 |
-
iface = gr.Interface(fn=
|
37 |
iface.launch(inline=False)
|
|
|
33 |
interpretation='default'
|
34 |
enable_queue=True
|
35 |
|
36 |
+
iface = gr.Interface(fn=generate_memes, inputs=input_textbox, outputs=output_gallery,examples=examples,title=title,description=description,interpretation=interpretation,enable_queue=enable_queue)
|
37 |
iface.launch(inline=False)
|