Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
pip install gradio
|
2 |
import gradio as gr
|
3 |
def generate_art(prompt):
|
4 |
# Your AI model logic here (e.g., using GANs, style transfer, etc.)
|
|
|
|
|
1 |
import gradio as gr
|
2 |
def generate_art(prompt):
|
3 |
# Your AI model logic here (e.g., using GANs, style transfer, etc.)
|