Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# app.py
|
2 |
# =============
|
3 |
-
# This is a complete app.py file for a text generation app using the
|
4 |
# The app uses the Gradio library to create a web interface for interacting with the model.
|
5 |
|
6 |
# Imports
|
|
|
1 |
# app.py
|
2 |
# =============
|
3 |
+
# This is a complete app.py file for a text generation app using the prithivMLmods/Llama-Magpie-3.2-3B-Instruct model.
|
4 |
# The app uses the Gradio library to create a web interface for interacting with the model.
|
5 |
|
6 |
# Imports
|