Spaces:
Build error
Build error
Commit
·
771ffee
1
Parent(s):
91aba77
debugging
Browse files
app.py
CHANGED
@@ -128,4 +128,4 @@ iface = gr.Interface(classify_info,
|
|
128 |
description = "Model for classifying whether image and text from one scenario complements the image and text from another scenario. They can be contradictory, implied or no entailment. Example images and text from the dataset in raw form !",
|
129 |
article = "Author: <a href=\"https://huggingface.co/reichenbach\">Rishav Chandra Varma</a>")
|
130 |
|
131 |
-
iface.launch()
|
|
|
128 |
description = "Model for classifying whether image and text from one scenario complements the image and text from another scenario. They can be contradictory, implied or no entailment. Example images and text from the dataset in raw form !",
|
129 |
article = "Author: <a href=\"https://huggingface.co/reichenbach\">Rishav Chandra Varma</a>")
|
130 |
|
131 |
+
iface.launch(debug=True)
|