Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,8 +38,7 @@ def greet3(x, progress=gr.Progress()):
|
|
| 38 |
demo = gr.Interface(
|
| 39 |
greet3,
|
| 40 |
gr.Textbox(),
|
| 41 |
-
gr.Textbox()
|
| 42 |
-
examples = "./example",
|
| 43 |
)
|
| 44 |
|
| 45 |
#demo = gr.Interface(
|
|
|
|
| 38 |
demo = gr.Interface(
|
| 39 |
greet3,
|
| 40 |
gr.Textbox(),
|
| 41 |
+
gr.Textbox()
|
|
|
|
| 42 |
)
|
| 43 |
|
| 44 |
#demo = gr.Interface(
|