eval / docs /bugreports.md
dev-deg
- Added changelog section
079a30f

A newer version of the Gradio SDK is available: 6.9.0

Upgrade

Bug Report Tracker

This document serves as a central repository for tracking bug reports at various stages of the development process. It includes sections for known bugs, fixed bugs, and bugs currently under testing. Each entry should contain sufficient details to understand and address the issue effectively.

Table of Contents


Known Bugs

List of bugs that have been reported and are acknowledged but not yet fixed.

Bug ID Title Description Severity Reported On Reported By Comments
... ... ... ... ... ... ...

Fixed Bugs

List of bugs that have been fixed. Include the version or commit where the fix was applied.

Bug ID Title Fixed In Version/Commit Fixed On Fixed By Comments
001 Lack of pre-processing during inferencing was resulting in missing most detections. Latest 2024-01-22 David Added pre-processing
... ... ... ... ... ...

Bugs Under Testing

List of bugs that have been fixed and are currently under testing.

Bug ID Title Fixed In Version/Commit Testing Since Being Tested By Comments
001 Gradio with HuggingFace does not work in Safari. Finding alternative fix.. Not yet fixed 2024-01-22 David Use alternative browser
... ... ... ... ... ...

Reporting A New Bug

To report a new bug, please provide the following information:

  • Title: A concise title that summarizes the bug.
  • Description: A detailed description of the bug.
  • Steps to Reproduce: Step-by-step process to reproduce the issue.
  • Expected Result: What you expect to happen.
  • Actual Result: What actually happens.
  • Screenshots/Logs: Attach any relevant screenshots or log files.
  • Severity: Rate the bug's severity (Critical, High, Medium, Low).
  • Environment: Details about the environment where the bug occurred (OS, browser, app version, etc.).
  • Reported By: Your name and role.