Spaces:
Runtime error
Runtime error
omarperacha
commited on
Commit
•
6af3edb
1
Parent(s):
6b186f0
fix typo
Browse files
app.py
CHANGED
@@ -7,5 +7,5 @@ def pred(seq):
|
|
7 |
return "Hello " + seq + "!!"
|
8 |
|
9 |
|
10 |
-
iface = gr.Interface(fn=pred, inputs="
|
11 |
iface.launch()
|
|
|
7 |
return "Hello " + seq + "!!"
|
8 |
|
9 |
|
10 |
+
iface = gr.Interface(fn=pred, inputs="text", outputs="text")
|
11 |
iface.launch()
|
ps4_models/__pycache__/classifiers.cpython-39.pyc
ADDED
Binary file (4.18 kB). View file
|
|