Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -175,7 +175,8 @@ iface = gr.Interface(examples = [
|
|
175 |
outputs = [
|
176 |
gr.outputs.Dataframe(),
|
177 |
],
|
178 |
-
|
|
|
179 |
allow_flagging ="manual",flagging_options = ["correct","wrong"],
|
180 |
allow_screenshot=False)
|
181 |
|
|
|
175 |
outputs = [
|
176 |
gr.outputs.Dataframe(),
|
177 |
],
|
178 |
+
description=description,
|
179 |
+
title = title,
|
180 |
allow_flagging ="manual",flagging_options = ["correct","wrong"],
|
181 |
allow_screenshot=False)
|
182 |
|