Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from gradio import mix
|
3 |
|
|
|
4 |
title = "Miniature"
|
5 |
description = "Gradio Demo for a miniature with GPT. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
|
6 |
|
|
|
1 |
import gradio as gr
|
2 |
from gradio import mix
|
3 |
|
4 |
+
|
5 |
title = "Miniature"
|
6 |
description = "Gradio Demo for a miniature with GPT. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
|
7 |
|