Skip to content

Commit b969387

Browse files
committed
Move app to app folder
1 parent a45c7c9 commit b969387

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ EXPOSE 7860
2020
ENV GRADIO_SERVER_NAME="127.0.0.1"
2121

2222
# Define the command to run the application
23-
CMD ["python", "webui.py"]
23+
CMD ["python", "app/webui.py"]
2424

2525

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Replace `http://example.com/document` with the actual URL of the document you wa
3535
To use the webpage summarizer in you web browser, you can also try gradio app.
3636

3737
```bash
38-
python webui.py
38+
python app/webui.py
3939
```
4040

4141
![gradio](assets/gradio.png)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)