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:
|
For example, with the calculator interface shown above, we would have the flagged data stored in the flagged directory shown below:
|
||||||
|
|
||||||
|
```
|
||||||
+-- calculator.py
|
+-- calculator.py
|
||||||
+-- flagged/
|
+-- flagged/
|
||||||
| +-- logs.csv
|
| +-- logs.csv
|
||||||
|
```
|
||||||
|
|
||||||
*flagged/logs.csv*
|
*flagged/logs.csv*
|
||||||
num1,operation,num2,Output
|
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:
|
With the sepia interface shown above, we would have the flagged data stored in the flagged directory shown below:
|
||||||
|
|
||||||
|
```
|
||||||
+-- sepia.py
|
+-- sepia.py
|
||||||
+-- flagged/
|
+-- flagged/
|
||||||
| +-- logs.csv
|
| +-- logs.csv
|
||||||
@ -183,6 +186,7 @@ With the sepia interface shown above, we would have the flagged data stored in t
|
|||||||
| +-- Output/
|
| +-- Output/
|
||||||
| | +-- 0.png
|
| | +-- 0.png
|
||||||
| | +-- 1.png
|
| | +-- 1.png
|
||||||
|
```
|
||||||
|
|
||||||
*flagged/logs.csv*
|
*flagged/logs.csv*
|
||||||
im,Output
|
im,Output
|
||||||
|
Loading…
Reference in New Issue
Block a user