Spaces:
Runtime error
Runtime error
Froze Gradio package
Browse files- app.py +2 -2
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -95,8 +95,8 @@ with gr.Interface(
|
|
| 95 |
theme=theme,
|
| 96 |
fn=allure,
|
| 97 |
inputs=[
|
| 98 |
-
gr.
|
| 99 |
-
gr.
|
| 100 |
[
|
| 101 |
'Person', 'Man', 'Woman'
|
| 102 |
],
|
|
|
|
| 95 |
theme=theme,
|
| 96 |
fn=allure,
|
| 97 |
inputs=[
|
| 98 |
+
gr.Image(label="Image"),
|
| 99 |
+
gr.Dropdown(
|
| 100 |
[
|
| 101 |
'Person', 'Man', 'Woman'
|
| 102 |
],
|
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio
|
| 2 |
torch
|
| 3 |
git+https://github.com/openai/CLIP.git
|
| 4 |
Pillow
|
|
|
|
| 1 |
+
gradio
|
| 2 |
torch
|
| 3 |
git+https://github.com/openai/CLIP.git
|
| 4 |
Pillow
|