Spaces:
Runtime error
Runtime error
Update app.py
#1
by
arisha123
- opened
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 |
|
@@ -11,4 +11,4 @@ result = interface.launch()
|
|
11 |
|
12 |
# Print the result
|
13 |
print(result)
|
14 |
-
|
|
|
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')
|