mirror of
https://github.com/tcsenpai/easy-web-summarizer.git
synced 2025-06-06 10:35:20 +00:00
Move app to app folder
This commit is contained in:
parent
a45c7c9e09
commit
b96938745f
@ -20,6 +20,6 @@ EXPOSE 7860
|
|||||||
ENV GRADIO_SERVER_NAME="127.0.0.1"
|
ENV GRADIO_SERVER_NAME="127.0.0.1"
|
||||||
|
|
||||||
# Define the command to run the application
|
# Define the command to run the application
|
||||||
CMD ["python", "webui.py"]
|
CMD ["python", "app/webui.py"]
|
||||||
|
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ Replace `http://example.com/document` with the actual URL of the document you wa
|
|||||||
To use the webpage summarizer in you web browser, you can also try gradio app.
|
To use the webpage summarizer in you web browser, you can also try gradio app.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python webui.py
|
python app/webui.py
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
Loading…
x
Reference in New Issue
Block a user