Johannes commited on
Commit
a33222e
1 Parent(s): 72ed919

update README and app instructions

Browse files
Files changed (2) hide show
  1. README.md +3 -3
  2. app.py +3 -0
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
- title: Text to Pokémon
3
- emoji: 🌖
4
  colorFrom: purple
5
- colorTo: purple
6
  sdk: gradio
7
  sdk_version: 3.4
8
  app_file: app.py
1
  ---
2
+ title: Paper to Pokémon
3
+ emoji: 🗒️➡️🐹
4
  colorFrom: purple
5
+ colorTo: red
6
  sdk: gradio
7
  sdk_version: 3.4
8
  app_file: app.py
app.py CHANGED
@@ -111,7 +111,10 @@ with block:
111
  </div>
112
  <p style="margin-bottom: 10px; margin-top: 30px; font-size: 94%">
113
  Generate new Pokémon from an arXiv link. Just paste the link to the overview, the pdf or just give the ID of the paper.
 
114
  It will create a prompt with the paper title, which you can then modify as you like or submit as it is.
 
 
115
  </p>
116
  </div>
117
  """
111
  </div>
112
  <p style="margin-bottom: 10px; margin-top: 30px; font-size: 94%">
113
  Generate new Pokémon from an arXiv link. Just paste the link to the overview, the pdf or just give the ID of the paper.
114
+
115
  It will create a prompt with the paper title, which you can then modify as you like or submit as it is.
116
+
117
+ For general better quality increase the step size. (This will also increase the processing time)
118
  </p>
119
  </div>
120
  """