svjack commited on
Commit
6dcedfc
1 Parent(s): b9d6278

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -32,6 +32,10 @@ pip install --upgrade einops
32
  ## Usage
33
  Once the repository is cloned and dependencies are installed, you can proceed to use the `ToonCrafter-fp16` model for your tasks.
34
 
 
 
 
 
35
  ## Contributing
36
  If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
37
 
 
32
  ## Usage
33
  Once the repository is cloned and dependencies are installed, you can proceed to use the `ToonCrafter-fp16` model for your tasks.
34
 
35
+ ```bash
36
+ python gradio_app.py
37
+ ```
38
+
39
  ## Contributing
40
  If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
41