Spaces:
Sleeping
Sleeping
Update requirements
Browse files- README.md +1 -1
- app.py +1 -1
- requirements.txt +2 -1
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🎬
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 4.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
---
|
|
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.44.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
---
|
app.py
CHANGED
|
@@ -81,4 +81,4 @@ with gr.Blocks() as poster2plot:
|
|
| 81 |
submit_button.click(fn=predict, inputs=[input_image], outputs=[plot])
|
| 82 |
example_images.click(fn=set_example_image, inputs=[example_images], outputs=[input_image])
|
| 83 |
|
| 84 |
-
poster2plot.launch(
|
|
|
|
| 81 |
submit_button.click(fn=predict, inputs=[input_image], outputs=[plot])
|
| 82 |
example_images.click(fn=set_example_image, inputs=[example_images], outputs=[input_image])
|
| 83 |
|
| 84 |
+
poster2plot.launch()
|
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
-
gradio==
|
|
|
|
| 2 |
transformers
|
| 3 |
torch
|
|
|
|
| 1 |
+
gradio==4.44.1
|
| 2 |
+
pydantic==2.10.6
|
| 3 |
transformers
|
| 4 |
torch
|