Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -177,7 +177,7 @@ with gr.Blocks(title="ChatFed Orchestrator") as demo:
|
|
| 177 |
fn=process_query,
|
| 178 |
inputs=query_input,
|
| 179 |
outputs=output,
|
| 180 |
-
api_name="
|
| 181 |
)
|
| 182 |
|
| 183 |
if __name__ == "__main__":
|
|
|
|
| 177 |
fn=process_query,
|
| 178 |
inputs=query_input,
|
| 179 |
outputs=output,
|
| 180 |
+
api_name="process_query"
|
| 181 |
)
|
| 182 |
|
| 183 |
if __name__ == "__main__":
|