{"openapi":"3.1.0","info":{"title":"FastAPI","version":"0.1.0"},"paths":{"/healthz":{"get":{"summary":"Healthz","operationId":"healthz_healthz_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/examples/{filename}":{"get":{"summary":"Example Asset","operationId":"example_asset_examples__filename__get","parameters":[{"name":"filename","in":"path","required":true,"schema":{"type":"string","title":"Filename"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/":{"get":{"summary":"Main","operationId":"main__get","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"string","default":"","title":"Page"}},{"name":"deep_link","in":"query","required":false,"schema":{"type":"string","default":"","title":"Deep Link"}}],"responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"head":{"summary":"Main","operationId":"main__head","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"string","default":"","title":"Page"}},{"name":"deep_link","in":"query","required":false,"schema":{"type":"string","default":"","title":"Deep Link"}}],"responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/favicon.ico":{"get":{"summary":" ","operationId":"__favicon_ico_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/login/":{"post":{"summary":"Login","operationId":"login_login__post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_login_login__post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/login":{"post":{"summary":"Login","operationId":"login_login_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_login_login_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/logout":{"get":{"summary":"Logout","operationId":"logout_logout_get","parameters":[{"name":"all_session","in":"query","required":false,"schema":{"type":"boolean","default":true,"title":"All Session"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/svelte/{path}":{"get":{"summary":" ","operationId":"__svelte__path__get","parameters":[{"name":"path","in":"path","required":true,"schema":{"type":"string","title":"Path"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/deep_link":{"get":{"summary":"Deep Link","operationId":"deep_link_gradio_api_deep_link_get","parameters":[{"name":"session_hash","in":"query","required":true,"schema":{"type":"string","title":"Session Hash"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/config":{"get":{"summary":"Get Config","operationId":"get_config_config_get","parameters":[{"name":"deep_link","in":"query","required":false,"schema":{"type":"string","default":"","title":"Deep Link"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/config/":{"get":{"summary":"Get Config","operationId":"get_config_config__get","parameters":[{"name":"deep_link","in":"query","required":false,"schema":{"type":"string","default":"","title":"Deep Link"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/static/{path}":{"get":{"summary":"Static Resource","operationId":"static_resource_static__path__get","parameters":[{"name":"path","in":"path","required":true,"schema":{"type":"string","title":"Path"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/assets/{path}":{"get":{"summary":"Build Resource","operationId":"build_resource_assets__path__get","parameters":[{"name":"path","in":"path","required":true,"schema":{"type":"string","title":"Path"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/theme.css":{"get":{"summary":"Theme Css","operationId":"theme_css_theme_css_get","responses":{"200":{"description":"Successful Response","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/robots.txt":{"get":{"summary":"Robots Txt","operationId":"robots_txt_robots_txt_get","responses":{"200":{"description":"Successful Response","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/pwa_icon/{size}":{"get":{"summary":"Pwa Icon","operationId":"pwa_icon_pwa_icon__size__get","parameters":[{"name":"size","in":"path","required":true,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pwa_icon":{"get":{"summary":"Pwa Icon","operationId":"pwa_icon_pwa_icon_get","parameters":[{"name":"size","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Size"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/manifest.json":{"get":{"summary":"Manifest Json","operationId":"manifest_json_manifest_json_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/monitoring":{"get":{"summary":"Analytics Login","operationId":"analytics_login_monitoring_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/monitoring/summary":{"get":{"summary":" ","operationId":"__monitoring_summary_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/monitoring/{key}":{"get":{"summary":"Analytics Dashboard","operationId":"analytics_dashboard_monitoring__key__get","parameters":[{"name":"key","in":"path","required":true,"schema":{"type":"string","title":"Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/user/":{"get":{"summary":"Get Current User","operationId":"get_current_user_gradio_api_user__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Response Get Current User Gradio Api User  Get"}}}}}}},"/gradio_api/user":{"get":{"summary":"Get Current User","operationId":"get_current_user_gradio_api_user_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Response Get Current User Gradio Api User Get"}}}}}}},"/gradio_api/login_check/":{"get":{"summary":"Login Check","operationId":"login_check_gradio_api_login_check__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/gradio_api/login_check":{"get":{"summary":"Login Check","operationId":"login_check_gradio_api_login_check_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/gradio_api/token/":{"get":{"summary":"Get Token","operationId":"get_token_gradio_api_token__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Get Token Gradio Api Token  Get"}}}}}}},"/gradio_api/token":{"get":{"summary":"Get Token","operationId":"get_token_gradio_api_token_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Get Token Gradio Api Token Get"}}}}}}},"/gradio_api/app_id/":{"get":{"summary":"App Id","operationId":"app_id_gradio_api_app_id__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response App Id Gradio Api App Id  Get"}}}}}}},"/gradio_api/app_id":{"get":{"summary":"App Id","operationId":"app_id_gradio_api_app_id_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response App Id Gradio Api App Id Get"}}}}}}},"/gradio_api/dev/reload":{"get":{"summary":"Notify Changes","operationId":"notify_changes_gradio_api_dev_reload_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/gradio_api/info":{"get":{"summary":"Api Info","operationId":"api_info_gradio_api_info_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/gradio_api/info/":{"get":{"summary":"Api Info","operationId":"api_info_gradio_api_info__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/gradio_api/openapi.json":{"get":{"summary":"Openapi Schema","description":"Generate an OpenAPI schema from the Gradio app's API info.","operationId":"openapi_schema_gradio_api_openapi_json_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/gradio_api/custom_component/{id}/{environment}/{type}/{file_name}":{"get":{"summary":"Custom Component Path","operationId":"custom_component_path_gradio_api_custom_component__id___environment___type___file_name__get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","title":"Id"}},{"name":"environment","in":"path","required":true,"schema":{"enum":["client","server"],"type":"string","title":"Environment"}},{"name":"type","in":"path","required":true,"schema":{"type":"string","title":"Type"}},{"name":"file_name","in":"path","required":true,"schema":{"type":"string","title":"File Name"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/proxy={url_path}":{"get":{"summary":"Reverse Proxy","operationId":"reverse_proxy_gradio_api_proxy__url_path__get","parameters":[{"name":"url_path","in":"path","required":true,"schema":{"type":"string","title":"Url Path"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"head":{"summary":"Reverse Proxy","operationId":"reverse_proxy_gradio_api_proxy__url_path__head","parameters":[{"name":"url_path","in":"path","required":true,"schema":{"type":"string","title":"Url Path"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/file={path_or_url}":{"get":{"summary":"File","operationId":"file_gradio_api_file__path_or_url__get","parameters":[{"name":"path_or_url","in":"path","required":true,"schema":{"type":"string","title":"Path Or Url"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"head":{"summary":"File","operationId":"file_gradio_api_file__path_or_url__head","parameters":[{"name":"path_or_url","in":"path","required":true,"schema":{"type":"string","title":"Path Or Url"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/stream/{event_id}":{"post":{"summary":" ","operationId":"__gradio_api_stream__event_id__post","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"type":"string","title":"Event Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PredictBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/stream/{event_id}/close":{"post":{"summary":" ","operationId":"__gradio_api_stream__event_id__close_post","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"type":"string","title":"Event Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/stream/{session_hash}/{run}/{component_id}/playlist.m3u8":{"get":{"summary":" ","operationId":"__gradio_api_stream__session_hash___run___component_id__playlist_m3u8_get","parameters":[{"name":"session_hash","in":"path","required":true,"schema":{"type":"string","title":"Session Hash"}},{"name":"run","in":"path","required":true,"schema":{"type":"integer","title":"Run"}},{"name":"component_id","in":"path","required":true,"schema":{"type":"integer","title":"Component Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/stream/{session_hash}/{run}/{component_id}/{segment_id}.{ext}":{"get":{"summary":" ","operationId":"__gradio_api_stream__session_hash___run___component_id___segment_id___ext__get","parameters":[{"name":"session_hash","in":"path","required":true,"schema":{"type":"string","title":"Session Hash"}},{"name":"run","in":"path","required":true,"schema":{"type":"integer","title":"Run"}},{"name":"component_id","in":"path","required":true,"schema":{"type":"integer","title":"Component Id"}},{"name":"segment_id","in":"path","required":true,"schema":{"type":"string","title":"Segment Id"}},{"name":"ext","in":"path","required":true,"schema":{"type":"string","title":"Ext"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/stream/{session_hash}/{run}/{component_id}/playlist-file":{"get":{"summary":" ","operationId":"__gradio_api_stream__session_hash___run___component_id__playlist_file_get","parameters":[{"name":"session_hash","in":"path","required":true,"schema":{"type":"string","title":"Session Hash"}},{"name":"run","in":"path","required":true,"schema":{"type":"integer","title":"Run"}},{"name":"component_id","in":"path","required":true,"schema":{"type":"integer","title":"Component Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/file/{path}":{"get":{"summary":"File Deprecated","operationId":"file_deprecated_gradio_api_file__path__get","parameters":[{"name":"path","in":"path","required":true,"schema":{"type":"string","title":"Path"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/reset":{"post":{"summary":"Reset Iterator","operationId":"reset_iterator_gradio_api_reset_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResetBody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/reset/":{"post":{"summary":"Reset Iterator","operationId":"reset_iterator_gradio_api_reset__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResetBody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/heartbeat/{session_hash}":{"get":{"summary":"Heartbeat","description":"Clients make a persistent connection to this endpoint to keep the session alive.\nWhen the client disconnects, the session state is deleted.","operationId":"heartbeat_gradio_api_heartbeat__session_hash__get","parameters":[{"name":"session_hash","in":"path","required":true,"schema":{"type":"string","title":"Session Hash"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/api/{api_name}/":{"post":{"summary":"Predict","operationId":"predict_gradio_api_api__api_name___post","parameters":[{"name":"api_name","in":"path","required":true,"schema":{"type":"string","title":"Api Name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PredictBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/api/{api_name}":{"post":{"summary":"Predict","operationId":"predict_gradio_api_api__api_name__post","parameters":[{"name":"api_name","in":"path","required":true,"schema":{"type":"string","title":"Api Name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PredictBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/run/{api_name}/":{"post":{"summary":"Predict","operationId":"predict_gradio_api_run__api_name___post","parameters":[{"name":"api_name","in":"path","required":true,"schema":{"type":"string","title":"Api Name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PredictBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/run/{api_name}":{"post":{"summary":"Predict","operationId":"predict_gradio_api_run__api_name__post","parameters":[{"name":"api_name","in":"path","required":true,"schema":{"type":"string","title":"Api Name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PredictBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/call/v2/{api_name}/":{"post":{"summary":" ","operationId":"__gradio_api_call_v2__api_name___post","parameters":[{"name":"api_name","in":"path","required":true,"schema":{"type":"string","title":"Api Name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Body"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/call/v2/{api_name}":{"post":{"summary":" ","operationId":"__gradio_api_call_v2__api_name__post","parameters":[{"name":"api_name","in":"path","required":true,"schema":{"type":"string","title":"Api Name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Body"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/call/{api_name}/":{"post":{"summary":"Simple Predict Post","operationId":"simple_predict_post_gradio_api_call__api_name___post","parameters":[{"name":"api_name","in":"path","required":true,"schema":{"type":"string","title":"Api Name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SimplePredictBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/call/{api_name}":{"post":{"summary":"Simple Predict Post","operationId":"simple_predict_post_gradio_api_call__api_name__post","parameters":[{"name":"api_name","in":"path","required":true,"schema":{"type":"string","title":"Api Name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SimplePredictBody"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/queue/join":{"post":{"summary":"Queue Join","operationId":"queue_join_gradio_api_queue_join_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PredictBody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/cancel":{"post":{"summary":"Cancel Event","operationId":"cancel_event_gradio_api_cancel_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CancelBody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/call/{api_name}/{event_id}":{"get":{"summary":"Simple Predict Get","operationId":"simple_predict_get_gradio_api_call__api_name___event_id__get","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"type":"string","title":"Event Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/call/v2/{api_name}/{event_id}":{"get":{"summary":"Simple Predict Get","operationId":"simple_predict_get_gradio_api_call_v2__api_name___event_id__get","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"type":"string","title":"Event Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/queue/data":{"get":{"summary":"Queue Data","operationId":"queue_data_gradio_api_queue_data_get","parameters":[{"name":"session_hash","in":"query","required":true,"schema":{"type":"string","title":"Session Hash"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/component_server/":{"post":{"summary":"Component Server","operationId":"component_server_gradio_api_component_server__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/gradio_api/component_server":{"post":{"summary":"Component Server","operationId":"component_server_gradio_api_component_server_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/gradio_api/queue/status":{"get":{"summary":"Get Queue Status","operationId":"get_queue_status_gradio_api_queue_status_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EstimationMessage"}}}}}}},"/gradio_api/upload_progress":{"get":{"summary":"Get Upload Progress","operationId":"get_upload_progress_gradio_api_upload_progress_get","parameters":[{"name":"upload_id","in":"query","required":true,"schema":{"type":"string","title":"Upload Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/upload":{"post":{"summary":"Upload File","operationId":"upload_file_gradio_api_upload_post","parameters":[{"name":"upload_id","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Upload Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/startup-events":{"get":{"summary":"Startup Events","operationId":"startup_events_gradio_api_startup_events_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/gradio_api/theme.css":{"get":{"summary":"Theme Css","operationId":"theme_css_gradio_api_theme_css_get","responses":{"200":{"description":"Successful Response","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/gradio_api/process_recording":{"post":{"summary":"Process Recording","operationId":"process_recording_gradio_api_process_recording_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/gradio_api/vibe-edit":{"post":{"summary":"Vibe Edit","operationId":"vibe_edit_gradio_api_vibe_edit_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VibeEditBody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/vibe-edit/":{"post":{"summary":"Vibe Edit","operationId":"vibe_edit_gradio_api_vibe_edit__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VibeEditBody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/undo-vibe-edit":{"post":{"summary":"Undo Vibe Edit","operationId":"undo_vibe_edit_gradio_api_undo_vibe_edit_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Body_undo_vibe_edit_gradio_api_undo_vibe_edit_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/undo-vibe-edit/":{"post":{"summary":"Undo Vibe Edit","operationId":"undo_vibe_edit_gradio_api_undo_vibe_edit__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Body_undo_vibe_edit_gradio_api_undo_vibe_edit__post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/vibe-code":{"get":{"summary":"Get Vibe Code","operationId":"get_vibe_code_gradio_api_vibe_code_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"summary":"Update Vibe Code","operationId":"update_vibe_code_gradio_api_vibe_code_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VibeCodeBody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/vibe-code/":{"get":{"summary":"Get Vibe Code","operationId":"get_vibe_code_gradio_api_vibe_code__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"summary":"Update Vibe Code","operationId":"update_vibe_code_gradio_api_vibe_code__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VibeCodeBody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/gradio_api/vibe-starter-queries":{"post":{"summary":"Get Vibe Starter Queries","operationId":"get_vibe_starter_queries_gradio_api_vibe_starter_queries_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/gradio_api/vibe-starter-queries/":{"post":{"summary":"Get Vibe Starter Queries","operationId":"get_vibe_starter_queries_gradio_api_vibe_starter_queries__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}}},"components":{"schemas":{"Body_login_login__post":{"properties":{"grant_type":{"anyOf":[{"type":"string","pattern":"^password$"},{"type":"null"}],"title":"Grant Type"},"username":{"type":"string","title":"Username"},"password":{"type":"string","format":"password","title":"Password"},"scope":{"type":"string","title":"Scope","default":""},"client_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Client Id"},"client_secret":{"anyOf":[{"type":"string"},{"type":"null"}],"format":"password","title":"Client Secret"}},"type":"object","required":["username","password"],"title":"Body_login_login__post"},"Body_login_login_post":{"properties":{"grant_type":{"anyOf":[{"type":"string","pattern":"^password$"},{"type":"null"}],"title":"Grant Type"},"username":{"type":"string","title":"Username"},"password":{"type":"string","format":"password","title":"Password"},"scope":{"type":"string","title":"Scope","default":""},"client_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Client Id"},"client_secret":{"anyOf":[{"type":"string"},{"type":"null"}],"format":"password","title":"Client Secret"}},"type":"object","required":["username","password"],"title":"Body_login_login_post"},"Body_undo_vibe_edit_gradio_api_undo_vibe_edit__post":{"properties":{"hash":{"type":"string","title":"Hash"}},"type":"object","required":["hash"],"title":"Body_undo_vibe_edit_gradio_api_undo_vibe_edit__post"},"Body_undo_vibe_edit_gradio_api_undo_vibe_edit_post":{"properties":{"hash":{"type":"string","title":"Hash"}},"type":"object","required":["hash"],"title":"Body_undo_vibe_edit_gradio_api_undo_vibe_edit_post"},"CancelBody":{"properties":{"session_hash":{"type":"string","title":"Session Hash"},"fn_index":{"type":"integer","title":"Fn Index"},"event_id":{"type":"string","title":"Event Id"}},"type":"object","required":["session_hash","fn_index","event_id"],"title":"CancelBody"},"EstimationMessage":{"properties":{"msg":{"type":"string","const":"estimation","title":"Msg","default":"estimation"},"event_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Event Id"},"rank":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Rank"},"queue_size":{"type":"integer","title":"Queue Size"},"rank_eta":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Rank Eta"}},"type":"object","required":["queue_size"],"title":"EstimationMessage"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"PredictBody":{"properties":{"session_hash":{"type":"string"},"event_id":{"type":"string"},"data":{"items":{"type":"object"},"type":"array"},"event_data":{"type":"object"},"fn_index":{"type":"integer"},"trigger_id":{"type":"integer"},"simple_format":{"type":"boolean"},"batched":{"type":"boolean"}},"type":"object","required":["data"],"title":"PredictBody"},"ResetBody":{"properties":{"event_id":{"type":"string","title":"Event Id"}},"type":"object","required":["event_id"],"title":"ResetBody"},"SimplePredictBody":{"properties":{"data":{"items":{},"type":"array","title":"Data"},"session_hash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Session Hash"}},"type":"object","required":["data"],"title":"SimplePredictBody"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"},"input":{"title":"Input"},"ctx":{"type":"object","title":"Context"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"VibeCodeBody":{"properties":{"code":{"type":"string","title":"Code"}},"type":"object","required":["code"],"title":"VibeCodeBody"},"VibeEditBody":{"properties":{"prompt":{"type":"string","title":"Prompt"}},"type":"object","required":["prompt"],"title":"VibeEditBody"}}}}