Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -94,8 +94,7 @@ demo = gr.Interface(
|
|
| 94 |
result = client.predict("/path/to/image.png")
|
| 95 |
```
|
| 96 |
""",
|
| 97 |
-
examples=[]
|
| 98 |
-
allow_flagging="never"
|
| 99 |
)
|
| 100 |
|
| 101 |
if __name__ == "__main__":
|
|
|
|
| 94 |
result = client.predict("/path/to/image.png")
|
| 95 |
```
|
| 96 |
""",
|
| 97 |
+
examples=[]
|
|
|
|
| 98 |
)
|
| 99 |
|
| 100 |
if __name__ == "__main__":
|