r-o-y-a commited on
Commit
9698e7d
1 Parent(s): 42b1dd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -10
app.py CHANGED
@@ -1,13 +1,5 @@
1
- import gradio
2
-
3
- def my_inference_function(text):
4
- return text
5
-
6
- gr = gradio.Interface(
7
- fn = my_inference_function,
8
- inputs = "text",
9
- outputs = "text"
10
- )
11
 
12
  gr.load("models/arpanghoshal/EmoRoBERTa").launch()
13
 
 
 
1
+ import gradio as gr
 
 
 
 
 
 
 
 
 
2
 
3
  gr.load("models/arpanghoshal/EmoRoBERTa").launch()
4
 
5
+