Skip to content

Commit c241060

Browse files
committed
fixed typos
1 parent 6b9e1fe commit c241060

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.run/upscaler_example.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="upscaler_example" type="PythonConfigurationType" factoryName="Python">
3-
<module name="upscaler_demo" />
3+
<module name="upscaler_example" />
44
<option name="INTERPRETER_OPTIONS" value="" />
55
<option name="PARENT_ENVS" value="true" />
66
<envs>

HOW_TO_INSTALL.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ How To Install
44
1. Install **AppAPI** from [Appstore](https://apps.nextcloud.com/apps/app_api).
55
2. Create a deployment daemon following the [instructions](https://cloud-py-api.github.io/app_api/CreationOfDeployDaemon.html) provided by AppAPI. _(If you are using AIO, it will be created automatically)_
66
3. Navigate to the `External Apps` menu from your Nextcloud instance, find this example, and click the `Install` button.
7-
4. Enable this bot in conversation settings.
8-
5. Type in conversation: **@assistant I have a question for you**
7+
4. After successful installation, the "Upscale" action is added to the file's context menu for images.
8+
5. After clicking on the "Upscale" button, the file is sent to the application, which, after processing,
9+
will create a new file next to it with the suffix "_upscaled.png" and send the user a notification that its work has completed.

0 commit comments

Comments
 (0)