Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ DESCRIPTION = """\
|
|
| 48 |
# Authorship Obfuscation with StyleRemix
|
| 49 |
This Space demonstrates StyleRemix, a controllable and interpretable method for authorship obfuscation. At its core, it uses a Llama-3 model with 8B parameters and various LoRA adapters fine-tuned to rewrite text towards specific stylistic attributes (like text being longer or shorter). Feel free to play with it, or duplicate to run generations without a queue! If you want to run your own service, you can also deploy the model on [deploy the model on Inference Endpoints](https://huggingface.co/inference-endpoints).
|
| 50 |
<br> 🕵️ Want to learn more? Check out our paper [here](google.com) and our code [here](google.com)!
|
| 51 |
-
<br> 🧐 Have questions about our work or issues with the demo? Feel free to email us at [email protected].
|
| 52 |
"""
|
| 53 |
|
| 54 |
import subprocess
|
|
|
|
| 48 |
# Authorship Obfuscation with StyleRemix
|
| 49 |
This Space demonstrates StyleRemix, a controllable and interpretable method for authorship obfuscation. At its core, it uses a Llama-3 model with 8B parameters and various LoRA adapters fine-tuned to rewrite text towards specific stylistic attributes (like text being longer or shorter). Feel free to play with it, or duplicate to run generations without a queue! If you want to run your own service, you can also deploy the model on [deploy the model on Inference Endpoints](https://huggingface.co/inference-endpoints).
|
| 50 |
<br> 🕵️ Want to learn more? Check out our paper [here](google.com) and our code [here](google.com)!
|
| 51 |
+
<br> 🧐 Have questions about our work or issues with the demo? Feel free to email us at [email protected] and [email protected].
|
| 52 |
"""
|
| 53 |
|
| 54 |
import subprocess
|