Update app.py
Browse files
app.py
CHANGED
@@ -428,5 +428,5 @@ with gr.Blocks() as demo:
|
|
428 |
# clear.click(fn=clear_input, inputs=[], outputs=[context, question, answer, score])
|
429 |
|
430 |
if __name__ == "__main__":
|
431 |
-
demo.queue().launch(
|
432 |
print("run from current ")
|
|
|
428 |
# clear.click(fn=clear_input, inputs=[], outputs=[context, question, answer, score])
|
429 |
|
430 |
if __name__ == "__main__":
|
431 |
+
demo.queue().launch()
|
432 |
print("run from current ")
|