pragnakalp
commited on
Commit
•
3ed6486
1
Parent(s):
933fcc0
Update app.py
Browse files
app.py
CHANGED
@@ -186,5 +186,4 @@ demo = gr.Interface(
|
|
186 |
css=".gradio-container {background-color: lightgray} #radio_div {background-color: #FFD8B4; font-size: 40px;}",
|
187 |
allow_flagging = 'manual'
|
188 |
)
|
189 |
-
|
190 |
demo.launch(enable_queue = False)
|
|
|
186 |
css=".gradio-container {background-color: lightgray} #radio_div {background-color: #FFD8B4; font-size: 40px;}",
|
187 |
allow_flagging = 'manual'
|
188 |
)
|
|
|
189 |
demo.launch(enable_queue = False)
|