Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ with gr.Blocks() as demo:
|
|
27 |
res=gr.Textbox(label='result')
|
28 |
greet_btn.click(fn=get_out,inputs=[question,context],outputs=res)
|
29 |
|
30 |
-
demo.launch(
|
31 |
|
32 |
|
33 |
|
|
|
27 |
res=gr.Textbox(label='result')
|
28 |
greet_btn.click(fn=get_out,inputs=[question,context],outputs=res)
|
29 |
|
30 |
+
demo.launch()
|
31 |
|
32 |
|
33 |
|