Spaces:
Runtime error
Runtime error
Commit
·
e3e85f7
1
Parent(s):
30016b4
Update app.py
Browse files
app.py
CHANGED
@@ -10,10 +10,11 @@ examples=["Bir hafta önce aldığım cep telefonu",
|
|
10 |
|
11 |
gr.Interface.load(
|
12 |
"kmkarakaya/turkishReviews-ds",
|
|
|
13 |
inputs=gr.Textbox(lines=5, label="Input Text"),
|
14 |
title=title,
|
15 |
description=description,
|
16 |
article=article,
|
17 |
examples=examples,
|
18 |
-
enable_queue=True
|
19 |
).launch()
|
|
|
10 |
|
11 |
gr.Interface.load(
|
12 |
"kmkarakaya/turkishReviews-ds",
|
13 |
+
src='huggingface',
|
14 |
inputs=gr.Textbox(lines=5, label="Input Text"),
|
15 |
title=title,
|
16 |
description=description,
|
17 |
article=article,
|
18 |
examples=examples,
|
19 |
+
enable_queue=True
|
20 |
).launch()
|