Spaces:
Sleeping
Sleeping
Add einops in requirements.txt for the compatibility latest version of network implementation. (#13)
Browse files- Add einops in requirements.txt for the compatibility latest version of network implementation. (d9f7d4f75a035594cfaf4ed6a8b0feb820c2a74a)
Co-authored-by: Peng Zheng <ZhengPeng7@users.noreply.huggingface.co>
- app.py +1 -1
- requirements.txt +2 -1
app.py
CHANGED
|
@@ -69,4 +69,4 @@ demo = gr.TabbedInterface(
|
|
| 69 |
)
|
| 70 |
|
| 71 |
if __name__ == "__main__":
|
| 72 |
-
demo.launch(show_error=True)
|
|
|
|
| 69 |
)
|
| 70 |
|
| 71 |
if __name__ == "__main__":
|
| 72 |
+
demo.launch(show_error=True, share=True)
|
requirements.txt
CHANGED
|
@@ -13,4 +13,5 @@ huggingface_hub
|
|
| 13 |
transformers>=4.39.1
|
| 14 |
gradio
|
| 15 |
gradio_imageslider
|
| 16 |
-
loadimg>=0.1.1
|
|
|
|
|
|
| 13 |
transformers>=4.39.1
|
| 14 |
gradio
|
| 15 |
gradio_imageslider
|
| 16 |
+
loadimg>=0.1.1
|
| 17 |
+
einops
|