Spaces:
Sleeping
Sleeping
Update
Browse files- app.py +5 -0
- requirements.txt +1 -0
app.py
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import gradio as gr
|
2 |
+
|
3 |
+
demo = gr.Interface(lambda x: "cheetah.jpg", "textbox", "image", title="Cheetah Generator")
|
4 |
+
|
5 |
+
demo.launch()
|
requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
https://gradio-pypi-previews.s3.amazonaws.com/0558cccb96a47df5254e092a916b50de87d08ff3/gradio-5.12.0-py3-none-any.whl
|