Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
demo = gr.Interface(lambda x: "cheetah.jpg", "textbox", "image")
|
4 |
|
5 |
demo.launch(favicon_path="cheetah.jpg")
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
demo = gr.Interface(lambda x: "cheetah.jpg", "textbox", "image", title="Cheetah Generator")
|
4 |
|
5 |
demo.launch(favicon_path="cheetah.jpg")
|