update simply
Browse files
app.py
CHANGED
@@ -67,5 +67,6 @@ demo = gr.Interface(fn=greet,
|
|
67 |
inputs=gr.Dropdown(choices=examples1, label="Pre-defined Prompt"),
|
68 |
outputs=gallery,
|
69 |
title="Open AI CLIP")
|
|
|
70 |
print("Going to invoke demo.launch")
|
71 |
demo.launch("debug")
|
|
|
67 |
inputs=gr.Dropdown(choices=examples1, label="Pre-defined Prompt"),
|
68 |
outputs=gallery,
|
69 |
title="Open AI CLIP")
|
70 |
+
|
71 |
print("Going to invoke demo.launch")
|
72 |
demo.launch("debug")
|