Spaces:
Running
Running
add sentencepiece
Browse files- app.py +1 -0
- requirements.txt +1 -0
app.py
CHANGED
@@ -139,6 +139,7 @@
|
|
139 |
# demo.launch()
|
140 |
|
141 |
import torch
|
|
|
142 |
import spaces
|
143 |
import gradio as gr
|
144 |
from diffusers.pipelines.flux.pipeline_flux import FluxPipeline
|
|
|
139 |
# demo.launch()
|
140 |
|
141 |
import torch
|
142 |
+
import sentencepiece
|
143 |
import spaces
|
144 |
import gradio as gr
|
145 |
from diffusers.pipelines.flux.pipeline_flux import FluxPipeline
|
requirements.txt
CHANGED
@@ -4,5 +4,6 @@ transformers
|
|
4 |
accelerate
|
5 |
controlnet_aux
|
6 |
gradio
|
|
|
7 |
tokenizers
|
8 |
spaces
|
|
|
4 |
accelerate
|
5 |
controlnet_aux
|
6 |
gradio
|
7 |
+
sentencepiece
|
8 |
tokenizers
|
9 |
spaces
|