PrakhAI commited on
Commit
c721a09
·
1 Parent(s): 26bd3ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,4 +58,4 @@ if st.button('Generate Plane'):
58
  (g_out32, g_out16, g_out8, g_out4) = generator.apply({'params': g_state['params'], 'batch_stats': g_state['batch_stats']}, latents, training=False)
59
  img = ((np.array(g_out32[0])+1)*255./2.).astype(np.uint8)
60
  st.image(Image.fromarray(img))
61
- st.write("The model's details are at https://huggingface.co/PrakhAI/AIPlane/blob/main/README.md")
 
58
  (g_out32, g_out16, g_out8, g_out4) = generator.apply({'params': g_state['params'], 'batch_stats': g_state['batch_stats']}, latents, training=False)
59
  img = ((np.array(g_out32[0])+1)*255./2.).astype(np.uint8)
60
  st.image(Image.fromarray(img))
61
+ st.write("The model and its details are at https://huggingface.co/PrakhAI/AIPlane")