py 3.9 compatibility

This commit is contained in:
w-e-w 2024-07-08 14:17:51 +09:00
parent 21e72d1a5e
commit c3d8b78b47
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from __future__ import annotations
import gradio as gr import gradio as gr
import logging import logging
import os import os