Spaces:
Sleeping
Sleeping
Karthikeyan
commited on
Commit
•
c8729c9
1
Parent(s):
e4bdb96
Update app.py
Browse files
app.py
CHANGED
@@ -124,4 +124,4 @@ with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
|
|
124 |
upload_button.upload(upload_file, upload_button, [file_output,state])
|
125 |
user_question.submit(answer_question, [user_question, state], [answer])
|
126 |
|
127 |
-
demo.queue().launch(
|
|
|
124 |
upload_button.upload(upload_file, upload_button, [file_output,state])
|
125 |
user_question.submit(answer_question, [user_question, state], [answer])
|
126 |
|
127 |
+
demo.queue().launch()
|