Spaces:
Runtime error
Runtime error
Nikolay Banar commited on
Commit ·
b733c3a
1
Parent(s): 23d6cab
update app
Browse files
app.py
CHANGED
|
@@ -30,7 +30,6 @@ with gr.Blocks() as demo:
|
|
| 30 |
|
| 31 |
with gr.Row():
|
| 32 |
m1 = gr.Markdown()
|
| 33 |
-
m2 = gr.Markdown()
|
| 34 |
|
| 35 |
required_org = "YourOrganizationName"
|
| 36 |
|
|
@@ -42,6 +41,6 @@ with gr.Blocks() as demo:
|
|
| 42 |
m1.update("Access denied. You do not belong to the required organization.")
|
| 43 |
|
| 44 |
|
| 45 |
-
demo.load(update_interface, inputs=None, outputs=
|
| 46 |
|
| 47 |
demo.launch()
|
|
|
|
| 30 |
|
| 31 |
with gr.Row():
|
| 32 |
m1 = gr.Markdown()
|
|
|
|
| 33 |
|
| 34 |
required_org = "YourOrganizationName"
|
| 35 |
|
|
|
|
| 41 |
m1.update("Access denied. You do not belong to the required organization.")
|
| 42 |
|
| 43 |
|
| 44 |
+
demo.load(update_interface, inputs=None, outputs=m1)
|
| 45 |
|
| 46 |
demo.launch()
|