Spaces:
Runtime error
Runtime error
Update run.py
Browse files
run.py
CHANGED
@@ -3,6 +3,6 @@ import gradio as gr
|
|
3 |
def greet(name):
|
4 |
return "Hello " + name + "!"
|
5 |
|
6 |
-
demo = gr.Interface(
|
7 |
|
8 |
demo.launch()
|
|
|
3 |
def greet(name):
|
4 |
return "Hello " + name + "!"
|
5 |
|
6 |
+
demo = gr.Interface("textbox", "textbox")
|
7 |
|
8 |
demo.launch()
|