mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
updated readme
This commit is contained in:
parent
c7d79fc08c
commit
5dd04dcc44
@ -163,9 +163,11 @@ Underneath the output interfaces, there is a button marked "Flag". When a user t
|
||||
|
||||
For example, with the calculator interface shown above, we would have the flagged data stored in the flagged directory shown below:
|
||||
|
||||
```
|
||||
+-- calculator.py
|
||||
+-- flagged/
|
||||
| +-- logs.csv
|
||||
```
|
||||
|
||||
*flagged/logs.csv*
|
||||
num1,operation,num2,Output
|
||||
@ -174,6 +176,7 @@ num1,operation,num2,Output
|
||||
|
||||
With the sepia interface shown above, we would have the flagged data stored in the flagged directory shown below:
|
||||
|
||||
```
|
||||
+-- sepia.py
|
||||
+-- flagged/
|
||||
| +-- logs.csv
|
||||
@ -183,6 +186,7 @@ With the sepia interface shown above, we would have the flagged data stored in t
|
||||
| +-- Output/
|
||||
| | +-- 0.png
|
||||
| | +-- 1.png
|
||||
```
|
||||
|
||||
*flagged/logs.csv*
|
||||
im,Output
|
||||
|
Loading…
Reference in New Issue
Block a user