sparrow8i8 commited on
Commit
1af5881
·
1 Parent(s): 03cafd8

added interface

Browse files
Files changed (3) hide show
  1. app.py +9 -0
  2. psilocybe.jpg +0 -0
  3. requirements.txt +20 -0
app.py ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ def greet (name):
4
+ return 'hi {name}'
5
+
6
+ iface=gr.Interface(fn=greet,inputs="text",outputs="text")
7
+
8
+ iface.launch()
9
+
psilocybe.jpg ADDED
requirements.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ PIL 9.5.0
2
+ fastai 2.7.13
3
+ fastbook 0.0.29
4
+ fastcore 1.5.29
5
+ fastdownload 0.0.7
6
+ fastprogress 1.0.3
7
+ gradio 3.48.0
8
+ graphviz 0.20.1
9
+ ipywidgets 7.7.1
10
+ matplotlib 3.7.4
11
+ numpy 1.24.3
12
+ pandas 2.0.3
13
+ requests 2.31.0
14
+ scipy 1.11.4
15
+ sentencepiece 0.1.99
16
+ session_info 1.0.0
17
+ sklearn 1.2.2
18
+ torch 2.0.0+cpu
19
+ torchvision 0.15.1+cpu
20
+ yaml 6.0.1