Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,6 @@ def remote_clip(input_image,input_text):
|
|
37 |
print(f"{query:<40} {prob * 100:5.1f}%")
|
38 |
|
39 |
|
40 |
-
demo = gr.Interface(fn=greet, inputs=[gr.Image(type="pil"), gr.Text(type="
|
41 |
|
42 |
demo.launch()
|
|
|
37 |
print(f"{query:<40} {prob * 100:5.1f}%")
|
38 |
|
39 |
|
40 |
+
demo = gr.Interface(fn=greet, inputs=[gr.Image(type="pil"), gr.Text(type="text")], outputs="text")
|
41 |
|
42 |
demo.launch()
|