Michael-Geis commited on
Commit
3050c48
1 Parent(s): 8ea95d2

modified example titles (they should be alphanumeric with only latin chars)

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -94,8 +94,8 @@ with gr.Blocks() as demo:
94
  examples=[
95
  "Attention is all you need",
96
  "Etale cohomology of diamonds",
97
- "Stochastic Kähler geometry: from random zeros to random metrics",
98
- "Scaling asymptotics for Szegő kernels on Grauert tubes",
99
  "The Wave Trace and Birkhoff Billiards",
100
  ],
101
  inputs=title_input,
 
94
  examples=[
95
  "Attention is all you need",
96
  "Etale cohomology of diamonds",
97
+ "Stochastic Kahler geometry from random zeros to random metrics",
98
+ "Scaling asymptotics for Szego kernels on Grauert tubes",
99
  "The Wave Trace and Birkhoff Billiards",
100
  ],
101
  inputs=title_input,