Spaces:
Runtime error
Runtime error
pratik-aivantage
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,6 @@ iface = gr.Interface(
|
|
42 |
outputs="text",
|
43 |
title="Open-Domain Question Answering",
|
44 |
description="Enter your question to get an answer.",
|
45 |
-
theme="compact"
|
46 |
)
|
47 |
|
48 |
iface.launch(share=True) # Deploy the interface
|
|
|
42 |
outputs="text",
|
43 |
title="Open-Domain Question Answering",
|
44 |
description="Enter your question to get an answer.",
|
|
|
45 |
)
|
46 |
|
47 |
iface.launch(share=True) # Deploy the interface
|