Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
 
3
  # Load the Gradio interface
4
  interface = gr.load("models/arisha123/distilhubert-finetuned-my_dataset")
5
- Print('Using Two modals')
6
  # Launch the interface
7
  result = interface.launch()
8
 
@@ -11,4 +11,4 @@ result = interface.launch()
11
 
12
  # Print the result
13
  print(result)
14
- Print('Using Two modals')
 
2
 
3
  # Load the Gradio interface
4
  interface = gr.load("models/arisha123/distilhubert-finetuned-my_dataset")
5
+ print('Using Two modals')
6
  # Launch the interface
7
  result = interface.launch()
8
 
 
11
 
12
  # Print the result
13
  print(result)
14
+ print('Using Two modals')