Bhuvan R Shetty
commited on
Commit
·
15097bd
1
Parent(s):
ae14a0c
interface created
Browse files- app.py +1 -1
- tempCodeRunnerFile.py +1 -0
app.py
CHANGED
@@ -3,5 +3,5 @@ import gradio as gr
|
|
3 |
def imageclassifer(text):
|
4 |
return "hello"
|
5 |
|
6 |
-
interface=gr.Interface(fn=imageclassifer,inputs=
|
7 |
interface.launch()
|
|
|
3 |
def imageclassifer(text):
|
4 |
return "hello"
|
5 |
|
6 |
+
interface=gr.Interface(fn=imageclassifer,inputs='text',outputs='text')
|
7 |
interface.launch()
|
tempCodeRunnerFile.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
str
|