hallisky commited on
Commit
339c381
1 Parent(s): ab55825

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 hallisky@uw.edu.
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 jrfish@uw.edu and hallisky@uw.edu.
52
  """
53
 
54
  import subprocess