Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -8,4 +8,9 @@ def greet(name):
|
|
8 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
9 |
iface.launch()
|
10 |
|
11 |
-
git add app.py
|
|
|
|
|
|
|
|
|
|
|
|
8 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
9 |
iface.launch()
|
10 |
|
11 |
+
git add app.py
|
12 |
+
$git commit -m "Add application file"
|
13 |
+
$git push
|
14 |
+
|
15 |
+
git lfs install
|
16 |
+
git clone https://huggingface.co/Laughify/among-us-logic-ai-characters
|