Spaces:
Runtime error
Runtime error
updated layout
Browse files
app.py
CHANGED
@@ -67,8 +67,8 @@ if (SPACE_ID := os.getenv('SPACE_ID')) is not None:
|
|
67 |
else:
|
68 |
DESCRIPTION = DESCRIPTION.replace("either", "")
|
69 |
|
70 |
-
DESCRIPTION += "<img src='https://raw.githubusercontent.com/BKHMSI/Font-To-Sketch/main/images/languages_car.gif' alt='Example of Outputs'
|
71 |
-
|
72 |
|
73 |
warnings.filterwarnings("ignore")
|
74 |
|
@@ -465,7 +465,9 @@ with gr.Blocks() as demo:
|
|
465 |
fn=run_main_ex,
|
466 |
cache_examples=True)
|
467 |
|
468 |
-
|
|
|
|
|
469 |
# inputs
|
470 |
inputs = [
|
471 |
semantic_concept,
|
|
|
67 |
else:
|
68 |
DESCRIPTION = DESCRIPTION.replace("either", "")
|
69 |
|
70 |
+
DESCRIPTION += "<div style='text-align:center'><img src='https://raw.githubusercontent.com/BKHMSI/Font-To-Sketch/main/images/languages_car.gif' alt='Example of Outputs'/></div>"
|
71 |
+
ARABIC_EX = "<img src='https://raw.githubusercontent.com/BKHMSI/Font-To-Sketch/main/images/animals_7.gif' alt='Example of Outputs'/>"
|
72 |
|
73 |
warnings.filterwarnings("ignore")
|
74 |
|
|
|
465 |
fn=run_main_ex,
|
466 |
cache_examples=True)
|
467 |
|
468 |
+
|
469 |
+
gr.Markdown(ARABIC_EX)
|
470 |
+
|
471 |
# inputs
|
472 |
inputs = [
|
473 |
semantic_concept,
|