arisha123 commited on
Commit
e8506df
·
verified ·
1 Parent(s): 0b7280a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,10 +4,10 @@ import gradio as gr
4
  interface = gr.load("models/arisha123/distilhubert-finetuned-my_dataset")
5
 
6
  # Launch the interface
7
- interface.launch()
8
 
9
  # Get the output result
10
- result = interface.process(None)
11
 
12
  # Print the result
13
  print(result)
 
4
  interface = gr.load("models/arisha123/distilhubert-finetuned-my_dataset")
5
 
6
  # Launch the interface
7
+ result = interface.launch()
8
 
9
  # Get the output result
10
+ #result = interface.process(None)
11
 
12
  # Print the result
13
  print(result)