Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -75,6 +75,9 @@ def main():
|
|
| 75 |
st.markdown(
|
| 76 |
f"Built by [@aseifert](https://twitter.com/therealaseifert) during the HF community event β [GitHub repo](https://github.com/aseifert/hf-writing-assistant) β Team Writing Assistant"
|
| 77 |
)
|
|
|
|
|
|
|
|
|
|
| 78 |
if start is not None:
|
| 79 |
st.text(f"prediction took {time.time() - start:.2f}s")
|
| 80 |
|
|
|
|
| 75 |
st.markdown(
|
| 76 |
f"Built by [@aseifert](https://twitter.com/therealaseifert) during the HF community event β [GitHub repo](https://github.com/aseifert/hf-writing-assistant) β Team Writing Assistant"
|
| 77 |
)
|
| 78 |
+
st.markdown(
|
| 79 |
+
f"_Highlighting code thanks to [Gramformer](https://github.com/PrithivirajDamodaran/Gramformer)_"
|
| 80 |
+
)
|
| 81 |
if start is not None:
|
| 82 |
st.text(f"prediction took {time.time() - start:.2f}s")
|
| 83 |
|