Spaces:
Running
Running
got rid of flag ui element
Browse files- app/main.py +1 -0
app/main.py
CHANGED
@@ -71,6 +71,7 @@ ui = gr.Interface(
|
|
71 |
inputs=gr.Textbox(lines=2, placeholder="Enter query here"),
|
72 |
outputs="text",
|
73 |
title="ChatFed Orchestrator",
|
|
|
74 |
)
|
75 |
|
76 |
if __name__ == "__main__":
|
|
|
71 |
inputs=gr.Textbox(lines=2, placeholder="Enter query here"),
|
72 |
outputs="text",
|
73 |
title="ChatFed Orchestrator",
|
74 |
+
flagging_mode="never"
|
75 |
)
|
76 |
|
77 |
if __name__ == "__main__":
|