Spaces:
Build error
Build error
Update app.py
Browse files
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()
|