Spaces:
Runtime error
Runtime error
Update mainapp.py
Browse files- mainapp.py +1 -1
mainapp.py
CHANGED
@@ -13,7 +13,7 @@ from introduce import INTRODUCE
|
|
13 |
os.environ["no_proxy"] = "localhost,127.0.0.1,::1"
|
14 |
|
15 |
|
16 |
-
with gr.Blocks(
|
17 |
# theme='gstaff/xkcd'
|
18 |
with gr.Column():
|
19 |
with gr.Row():
|
|
|
13 |
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():
|