Spaces:
Runtime error
Runtime error
Update mainapp.py
Browse files- mainapp.py +1 -1
mainapp.py
CHANGED
@@ -14,7 +14,7 @@ os.environ["no_proxy"] = "localhost,127.0.0.1,::1"
|
|
14 |
|
15 |
|
16 |
with gr.Blocks() as demo:
|
17 |
-
theme='gstaff/xkcd'
|
18 |
with gr.Column():
|
19 |
with gr.Row():
|
20 |
gr.HTML(
|
|
|
14 |
|
15 |
|
16 |
with gr.Blocks() as demo:
|
17 |
+
# theme='gstaff/xkcd'
|
18 |
with gr.Column():
|
19 |
with gr.Row():
|
20 |
gr.HTML(
|