Chris Addis commited on
Commit ·
4ee4753
1
Parent(s): 2ea1554
authentication
Browse files
app.py
CHANGED
|
@@ -434,7 +434,7 @@ def create_demo_free():
|
|
| 434 |
m2 = gr.Markdown()
|
| 435 |
m3 = gr.Markdown(f"Authorized User IDs: {', '.join(AUTHORIZED_USER_IDS)}")
|
| 436 |
demo.load(hello, inputs=None, outputs=m2)
|
| 437 |
-
m2 = gr.Markdown(str(check_authorization(None))
|
| 438 |
return demo
|
| 439 |
|
| 440 |
# Launch the app
|
|
|
|
| 434 |
m2 = gr.Markdown()
|
| 435 |
m3 = gr.Markdown(f"Authorized User IDs: {', '.join(AUTHORIZED_USER_IDS)}")
|
| 436 |
demo.load(hello, inputs=None, outputs=m2)
|
| 437 |
+
m2 = gr.Markdown(str(check_authorization(None)))
|
| 438 |
return demo
|
| 439 |
|
| 440 |
# Launch the app
|