eaglelandsonce commited on
Commit
3183c74
1 Parent(s): 5f31e7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ st.write("""
42
  - **Exercise**: Build and train a simple GAN to generate synthetic images. Use a dataset like MNIST to generate handwritten digits.
43
 
44
  10. **Deploying PyTorch Models**
45
- - **Exercise**: Learn how to save, load, and deploy PyTorch models. Create a simple web application using Flask to serve a trained model for inference.
46
  """)
47
 
48
  # Conclusion
 
42
  - **Exercise**: Build and train a simple GAN to generate synthetic images. Use a dataset like MNIST to generate handwritten digits.
43
 
44
  10. **Deploying PyTorch Models**
45
+ - **Exercise**: Learn how to save, load, and deploy PyTorch models. Create a simple web application using Steamlit to serve a trained model for inference.
46
  """)
47
 
48
  # Conclusion