Spaces:
Runtime error
Runtime error
Update demo.py
Browse files
demo.py
CHANGED
@@ -87,7 +87,7 @@ css = """
|
|
87 |
"""
|
88 |
|
89 |
# Gradio App
|
90 |
-
with gr.Blocks(css=css) as app:
|
91 |
with gr.Row():
|
92 |
gr.HTML('<div id="header">R-detect On HuggingFace</div>')
|
93 |
with gr.Row():
|
|
|
87 |
"""
|
88 |
|
89 |
# Gradio App
|
90 |
+
with gr.Blocks(css=css, theme=gr.themes.Default(font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"])) as app:
|
91 |
with gr.Row():
|
92 |
gr.HTML('<div id="header">R-detect On HuggingFace</div>')
|
93 |
with gr.Row():
|