akhaliq HF staff commited on
Commit
8063a08
·
1 Parent(s): 80e88d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ def inference(seeds,truncation_psi):
9
  return "generated_images/"+str(int(seeds))+".png"
10
 
11
  title="# Gradio demo for [nyx-ai/stylegan2-flax-tpu](https://github.com/nyx-ai/stylegan2-flax-tpu)"
12
- gr.Interface(inference,["number",gr.Slider(step=0.1,value=0.7,maximum=2.0)],"image").launch()
 
9
  return "generated_images/"+str(int(seeds))+".png"
10
 
11
  title="# Gradio demo for [nyx-ai/stylegan2-flax-tpu](https://github.com/nyx-ai/stylegan2-flax-tpu)"
12
+ gr.Interface(inference,["number",gr.Slider(step=0.1,value=0.7,maximum=2.0)],"image",title=title).launch()