arisha123 commited on
Commit
19d4daa
1 Parent(s): e8506df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
-
6
  # Launch the interface
7
  result = interface.launch()
8
 
 
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