sriirohit3107 commited on
Commit ·
5ecc51d
1
Parent(s): 0224078
Updated app.py
Browse files
app.py
CHANGED
|
@@ -464,7 +464,7 @@ def process_batch_file(file, domain_scope: str, device_choice: str, max_turns: i
|
|
| 464 |
|
| 465 |
|
| 466 |
# Gradio Interface
|
| 467 |
-
with gr.Blocks(title="WebExplorer-8B Medical Research"
|
| 468 |
gr.Markdown("""
|
| 469 |
# 🔬 WebExplorer-8B Medical Research Assistant
|
| 470 |
Ask medical questions or process multiple queries in batch. Powered by AI and PubMed research.
|
|
@@ -573,6 +573,5 @@ if __name__ == "__main__":
|
|
| 573 |
demo.launch(
|
| 574 |
server_name="0.0.0.0",
|
| 575 |
server_port=port,
|
| 576 |
-
|
| 577 |
-
share=False
|
| 578 |
)
|
|
|
|
| 464 |
|
| 465 |
|
| 466 |
# Gradio Interface
|
| 467 |
+
with gr.Blocks(title="WebExplorer-8B Medical Research") as demo:
|
| 468 |
gr.Markdown("""
|
| 469 |
# 🔬 WebExplorer-8B Medical Research Assistant
|
| 470 |
Ask medical questions or process multiple queries in batch. Powered by AI and PubMed research.
|
|
|
|
| 573 |
demo.launch(
|
| 574 |
server_name="0.0.0.0",
|
| 575 |
server_port=port,
|
| 576 |
+
theme=gr.themes.Soft()
|
|
|
|
| 577 |
)
|