add open in colab badge for github gist
Browse files
app.py
CHANGED
|
@@ -251,6 +251,8 @@ iface = gr.Interface(
|
|
| 251 |
datatype=["number"] * len(example_result),
|
| 252 |
),
|
| 253 |
description="""
|
|
|
|
|
|
|
| 254 |
## Objectives
|
| 255 |
|
| 256 |
**Minimize `y1`, `y2`, `y3`, and `y4`**
|
|
|
|
| 251 |
datatype=["number"] * len(example_result),
|
| 252 |
),
|
| 253 |
description="""
|
| 254 |
+
[](https://colab.research.google.com/gist/sgbaird/78fbb50753c1089f487152817779fd74/hf-crabnet-hyperparameter.ipynb)
|
| 255 |
+
|
| 256 |
## Objectives
|
| 257 |
|
| 258 |
**Minimize `y1`, `y2`, `y3`, and `y4`**
|