Commit ·
894df8a
1
Parent(s): 5f246b4
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ with gr.Blocks() as demo:
|
|
| 40 |
<br/>
|
| 41 |
We recommend [compiling it from the source](https://github.com/0xHackedLabs/zkProver). The generation can be very quick on GPU. For more details, please refer to [0xHacked Documentation](https://docs.0xHacked.com).
|
| 42 |
<br/>
|
| 43 |
-
The sample PoC provided below takes ~800s to generate the proof.
|
| 44 |
"""
|
| 45 |
)
|
| 46 |
with gr.Column():
|
|
|
|
| 40 |
<br/>
|
| 41 |
We recommend [compiling it from the source](https://github.com/0xHackedLabs/zkProver). The generation can be very quick on GPU. For more details, please refer to [0xHacked Documentation](https://docs.0xHacked.com).
|
| 42 |
<br/>
|
| 43 |
+
The sample PoC provided below takes ~800s to generate the proof. You can click "SushiRouterExploit.sol" below and hit "Run" to try it!
|
| 44 |
"""
|
| 45 |
)
|
| 46 |
with gr.Column():
|