Spaces:
Runtime error
Runtime error
Commit
·
11cd583
1
Parent(s):
3a959bd
Update app.py
Browse files
app.py
CHANGED
@@ -21,4 +21,4 @@ def func(context, question):
|
|
21 |
|
22 |
app = gr.Interface(fn=func, inputs = ['textbox', 'text'], outputs = 'textbox', title = 'Question Answering bot', theme = 'dark-grass', description = 'Input context and question, then get answers!')
|
23 |
|
24 |
-
app.launch(inline=False
|
|
|
21 |
|
22 |
app = gr.Interface(fn=func, inputs = ['textbox', 'text'], outputs = 'textbox', title = 'Question Answering bot', theme = 'dark-grass', description = 'Input context and question, then get answers!')
|
23 |
|
24 |
+
app.launch(inline=False)
|