Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Abasov
/
docker_test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Abasov
commited on
Feb 22, 2024
Commit
648917d
·
verified
·
1 Parent(s):
0667267
Delete app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-7
app.py
DELETED
Viewed
@@ -1,7 +0,0 @@
1
-
import gradio as gr
2
-
3
-
def echo(message, history):
4
-
return message
5
-
6
-
demo = gr.ChatInterface(fn=echo, examples=["hello", "hola", "merhaba"], title="Echo Bot")
7
-
demo.launch()