We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2bc187 commit 65423d2Copy full SHA for 65423d2
modules/ui.py
@@ -44,6 +44,9 @@
44
mimetypes.add_type('image/webp', '.webp')
45
mimetypes.add_type('image/avif', '.avif')
46
47
+# override potentially incorrect mimetypes
48
+mimetypes.add_type('text/css', '.css')
49
+
50
if not cmd_opts.share and not cmd_opts.listen:
51
# fix gradio phoning home
52
gradio.utils.version_check = lambda: None
0 commit comments