Spaces:
Configuration error
Configuration error
OmarElSayed
commited on
Commit
•
ba540ec
1
Parent(s):
d70c433
Update app.py
Browse files
app.py
CHANGED
@@ -48,4 +48,4 @@ examples = ['الحمدلله رب العالمين',
|
|
48 |
]
|
49 |
|
50 |
intf = gr.Interface(fn = get_similar_sentences , inputs = text_input , outputs = label , examples=examples )
|
51 |
-
intf.launch(
|
|
|
48 |
]
|
49 |
|
50 |
intf = gr.Interface(fn = get_similar_sentences , inputs = text_input , outputs = label , examples=examples )
|
51 |
+
intf.launch()
|