Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- app.py +0 -3
- output.log +1 -1
- requirements.txt +0 -1
app.py
CHANGED
|
@@ -15,7 +15,6 @@ from run import webvoyager_run
|
|
| 15 |
from utils import generate_persona
|
| 16 |
import re
|
| 17 |
import logging
|
| 18 |
-
from gradio_logsview import LogsView
|
| 19 |
|
| 20 |
# Set up FastAPI for health checks
|
| 21 |
from app.main import app
|
|
@@ -229,8 +228,6 @@ with gr.Blocks() as iface:
|
|
| 229 |
debug_output = gr.Textbox(label="Debug Log", lines=10, interactive=False)
|
| 230 |
raw_log_status = gr.Markdown(label="Raw Log Status")
|
| 231 |
|
| 232 |
-
logs_view = LogsView(label="Internal Process Logs")
|
| 233 |
-
|
| 234 |
submit_btn.click(
|
| 235 |
run_script_for_gradio,
|
| 236 |
inputs=[url_input, task_input, use_persona_toggle, criteria_input],
|
|
|
|
| 15 |
from utils import generate_persona
|
| 16 |
import re
|
| 17 |
import logging
|
|
|
|
| 18 |
|
| 19 |
# Set up FastAPI for health checks
|
| 20 |
from app.main import app
|
|
|
|
| 228 |
debug_output = gr.Textbox(label="Debug Log", lines=10, interactive=False)
|
| 229 |
raw_log_status = gr.Markdown(label="Raw Log Status")
|
| 230 |
|
|
|
|
|
|
|
| 231 |
submit_btn.click(
|
| 232 |
run_script_for_gradio,
|
| 233 |
inputs=[url_input, task_input, use_persona_toggle, criteria_input],
|
output.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
INFO: Started server process [
|
| 2 |
INFO: Waiting for application startup.
|
| 3 |
INFO: Application startup complete.
|
| 4 |
INFO: Uvicorn running on http://0.0.0.0:7860 (Press CTRL+C to quit)
|
|
|
|
| 1 |
+
INFO: Started server process [23231]
|
| 2 |
INFO: Waiting for application startup.
|
| 3 |
INFO: Application startup complete.
|
| 4 |
INFO: Uvicorn running on http://0.0.0.0:7860 (Press CTRL+C to quit)
|
requirements.txt
CHANGED
|
@@ -13,4 +13,3 @@ pydantic-settings==2.1.0
|
|
| 13 |
pytest==7.4.3
|
| 14 |
pytest-asyncio==0.21.1
|
| 15 |
pytest-mock==3.12.0
|
| 16 |
-
gradio_logsview@https://huggingface.co/spaces/Wauplin/gradio_logsview/resolve/main/gradio_logsview-0.0.5-py3-none-any.whl
|
|
|
|
| 13 |
pytest==7.4.3
|
| 14 |
pytest-asyncio==0.21.1
|
| 15 |
pytest-mock==3.12.0
|
|
|